#ACF0DF

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

Shades of Water Leaf #ACF0DF

Tints of Water Leaf #ACF0DF

Color information

#ACF0DF (or 0xACF0DF) is unknown color: approx Water Leaf. HEX triplet: AC, F0 and DF. RGB value is (172,240,223). Sum of RGB (Red+Green+Blue) = 172+240+223=635 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.09% from 635); Green value is 240 (94.14% from 255 or 37.80% from 635); Blue value is 223 (87.5% from 255 or 35.12% from 635); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF0DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF0DF is #530F20. Grayscale: #D9D9D9. Windows color (decimal): -5443361 or 14676140. OLE color: 14676140.

HSL color Cylindrical-coordinate representation of color #ACF0DF: hue angle of 165º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACF0DF is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB172240223-
CMYK0.2800.070.06
HSL165º69.39%80.78%-
HSV(B)165º28.33%94.12%-
XYZ61.4976.4281.32-
YUV217.73130.9795.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.09%
GREEN value IS 240 (94.14% from 255) = 37.80%
BLUE value IS 223 (87.5% from 255) = 35.12%
R=27.09%
G=37.80%
B=35.12%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1722402230.2800.070.0616569.3980.78
HexACF0DF1C076a54551
Octal25436033734076245105121
Binary1010110011110000110111111110001111101010010110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF0DF; }

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

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

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

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

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

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

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

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