#ACF2DF

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

Shades of Water Leaf #ACF2DF

Tints of Water Leaf #ACF2DF

Color information

#ACF2DF (or 0xACF2DF) is unknown color: approx Water Leaf. HEX triplet: AC, F2 and DF. RGB value is (172,242,223). Sum of RGB (Red+Green+Blue) = 172+242+223=637 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.00% from 637); Green value is 242 (94.92% from 255 or 37.99% from 637); Blue value is 223 (87.5% from 255 or 35.01% from 637); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF2DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF2DF is #530D20. Grayscale: #DADADA. Windows color (decimal): -5442849 or 14676652. OLE color: 14676652.

HSL color Cylindrical-coordinate representation of color #ACF2DF: hue angle of 163.71º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACF2DF is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB172242223-
CMYK0.2900.080.05
HSL163.71º72.92%81.18%-
HSV(B)163.71º28.93%94.9%-
XYZ62.0877.681.52-
YUV218.9130.3194.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.00%
GREEN value IS 242 (94.92% from 255) = 37.99%
BLUE value IS 223 (87.5% from 255) = 35.01%
R=27.00%
G=37.99%
B=35.01%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1722422230.2900.080.05163.7172.9281.18
HexACF2DF1D085a44951
Octal254362337350105244111121
Binary10101100111100101101111111101010001011010010010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF2DF; }

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

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

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

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

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

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

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

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