#ACF4DF

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

Shades of Water Leaf #ACF4DF

Tints of Water Leaf #ACF4DF

Color information

#ACF4DF (or 0xACF4DF) is unknown color: approx Water Leaf. HEX triplet: AC, F4 and DF. RGB value is (172,244,223). Sum of RGB (Red+Green+Blue) = 172+244+223=639 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.92% from 639); Green value is 244 (95.70% from 255 or 38.18% from 639); Blue value is 223 (87.5% from 255 or 34.90% from 639); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF4DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF4DF is #530B20. Grayscale: #DCDCDC. Windows color (decimal): -5442337 or 14677164. OLE color: 14677164.

HSL color Cylindrical-coordinate representation of color #ACF4DF: hue angle of 162.5º degrees, saturation: 0.77, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACF4DF is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB172244223-
CMYK0.3000.090.04
HSL162.5º76.6%81.57%-
HSV(B)162.5º29.51%95.69%-
XYZ62.6878.881.72-
YUV220.08129.6593.71-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.92%
GREEN value IS 244 (95.70% from 255) = 38.18%
BLUE value IS 223 (87.5% from 255) = 34.90%
R=26.92%
G=38.18%
B=34.90%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1722442230.3000.090.04162.576.681.57
HexACF4DF1E094a24d52
Octal254364337360114242115122
Binary10101100111101001101111111110010011001010001010011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF4DF; }

 p { color: rgb(172,244,223); }

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

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

 a { background-color: rgb(172,244,223); }

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

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

 span { border-color: rgb(172,244,223); }

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