#ACF8B6

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

Shades of Celadon #ACF8B6

Tints of Celadon #ACF8B6

Color information

#ACF8B6 (or 0xACF8B6) is unknown color: approx Celadon. HEX triplet: AC, F8 and B6. RGB value is (172,248,182). Sum of RGB (Red+Green+Blue) = 172+248+182=602 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.57% from 602); Green value is 248 (97.27% from 255 or 41.20% from 602); Blue value is 182 (71.48% from 255 or 30.23% from 602); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF8B6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF8B6 is #530749. Grayscale: #D9D9D9. Windows color (decimal): -5441354 or 11991212. OLE color: 11991212.

HSL color Cylindrical-coordinate representation of color #ACF8B6: hue angle of 127.89º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACF8B6 is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.

Color convert

RGB172248182-
CMYK0.3100.270.03
HSL127.89º84.44%82.35%-
HSV(B)127.89º30.65%97.25%-
XYZ59.0279.2856.45-
YUV217.75107.8295.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.57%
GREEN value IS 248 (97.27% from 255) = 41.20%
BLUE value IS 182 (71.48% from 255) = 30.23%
R=28.57%
G=41.20%
B=30.23%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1722481820.3100.270.03127.8984.4482.35
HexACF8B61F01B3805452
Octal254370266370333200124122
Binary10101100111110001011011011111011011111000000010101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF8B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF8B6; }

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

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

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

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

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

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

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

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