#ACFBB1

Color #ACFBB1 Celadon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celadon #ACFBB1

Tints of Celadon #ACFBB1

Color information

#ACFBB1 (or 0xACFBB1) is unknown color: approx Celadon. HEX triplet: AC, FB and B1. RGB value is (172,251,177). Sum of RGB (Red+Green+Blue) = 172+251+177=600 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.67% from 600); Green value is 251 (98.44% from 255 or 41.83% from 600); Blue value is 177 (69.53% from 255 or 29.5% from 600); Max value from RGB is 251 - color contains mainly: green. Hex color #ACFBB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFBB1 is #53044E. Grayscale: #DBDBDB. Windows color (decimal): -5440591 or 11664300. OLE color: 11664300.

HSL color Cylindrical-coordinate representation of color #ACFBB1: hue angle of 123.8º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACFBB1 is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB172251177-
CMYK0.3100.290.02
HSL123.8º90.8%82.94%-
HSV(B)123.8º31.47%98.43%-
XYZ59.4580.9454.08-
YUV218.94104.3394.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 172 (67.58% from 255) = 28.67%
GREEN value IS 251 (98.44% from 255) = 41.83%
BLUE value IS 177 (69.53% from 255) = 29.5%
R=28.67%
G=41.83%
B=29.5%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722511770.3100.290.02123.890.882.94
HexACFBB11F01D27c5b53
Octal254373261370352174133123
Binary1010110011111011101100011111101110110111110010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFBB1; }

 p { color: rgb(172,251,177); }

 H1.HeaderClassName
 {
   color: #ACFBB1;
 }
 .AnyTagClassName
 {
   color: #ACFBB1;
 }
</style>
background-color css

<style>
 a { background-color: #ACFBB1; }

 a { background-color: rgb(172,251,177); }

 div.DivClassName
 {
   background-color: #ACFBB1;
 }
 .BgClassName
 {
   background-color: #ACFBB1;
 }
</style>
border-color css

<style>
 span { border-color: #ACFBB1; }

 span { border-color: rgb(172,251,177); }

 td.TdClassName
 {
   border-color: #ACFBB1;
 }
 .TagClassName
 {
   border-color: #ACFBB1;
 }
</style>