#ACFBB6

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

Shades of Celadon #ACFBB6

Tints of Celadon #ACFBB6

Color information

#ACFBB6 (or 0xACFBB6) is unknown color: approx Celadon. HEX triplet: AC, FB and B6. RGB value is (172,251,182). Sum of RGB (Red+Green+Blue) = 172+251+182=605 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.43% from 605); Green value is 251 (98.44% from 255 or 41.49% from 605); Blue value is 182 (71.48% from 255 or 30.08% from 605); Max value from RGB is 251 - color contains mainly: green. Hex color #ACFBB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFBB6 is #530449. Grayscale: #DBDBDB. Windows color (decimal): -5440586 or 11991980. OLE color: 11991980.

HSL color Cylindrical-coordinate representation of color #ACFBB6: hue angle of 127.59º 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 #ACFBB6 is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB172251182-
CMYK0.3100.270.02
HSL127.59º90.8%82.94%-
HSV(B)127.59º31.47%98.43%-
XYZ59.9581.1456.76-
YUV219.51106.8394.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.43%
GREEN value IS 251 (98.44% from 255) = 41.49%
BLUE value IS 182 (71.48% from 255) = 30.08%
R=28.43%
G=41.49%
B=30.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722511820.3100.270.02127.5990.882.94
HexACFBB61F01B2805b53
Octal254373266370332200133123
Binary10101100111110111011011011111011011101000000010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFBB6; }

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

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

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

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

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

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

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

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