Shades of Water Leaf #ACF2E6
Tints of Water Leaf #ACF2E6
RGB
CMYK
RGB Variations
Color information
#ACF2E6 (or 0xACF2E6) is known color: Water Leaf. HEX triplet: AC, F2 and E6. RGB value is (172,242,230). Sum of RGB (Red+Green+Blue) = 172+242+230=644 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.71% from 644); Green value is 242 (94.92% from 255 or 37.58% from 644); Blue value is 230 (90.23% from 255 or 35.71% from 644); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF2E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF2E6 is #530D19. Grayscale: #DBDBDB. Windows color (decimal): -5442842 or 15135404. OLE color: 15135404.
HSL color Cylindrical-coordinate representation of color #ACF2E6: hue angle of 169.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 #ACF2E6 is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 242 | 230 | - |
| CMYK | 0.29 | 0 | 0.05 | 0.05 |
| HSL | 169.71º | 0.73% | 0.81% | - |
| HSV(B) | 169.71º | 0.29% | 0.95% | - |
| XYZ | 63.05 | 77.99 | 86.59 | - |
| YUV | 219.7 | 133.81 | 93.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 242 | 230 | 0.29 | 0 | 0.05 | 0.05 | 169.71 | 0.73 | 0.81 |
| Hex | AC | F2 | E6 | 1D | 0 | 5 | 5 | AA | 49 | 51 |
| Octal | 254 | 362 | 346 | 35 | 0 | 5 | 5 | 252 | 111 | 121 |
| Binary | 10101100 | 11110010 | 11100110 | 11101 | 0 | 101 | 101 | 10101010 | 1001001 | 1010001 |
Color Harmonies of #ACF2E6
Complementary color
Monochromatic Colors of #ACF2E6
Black with #ACF2E6
Text Example
Text Example
White with #ACF2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF2E6; }
p { color: rgb(172,242,230); }
H1.HeaderClassName
{
color: #ACF2E6;
}
.AnyTagClassName
{
color: #ACF2E6;
}
</style>
background-color css
<style>
a { background-color: #ACF2E6; }
a { background-color: rgb(172,242,230); }
div.DivClassName
{
background-color: #ACF2E6;
}
.BgClassName
{
background-color: #ACF2E6;
}
</style>
border-color css
<style>
span { border-color: #ACF2E6; }
span { border-color: rgb(172,242,230); }
td.TdClassName
{
border-color: #ACF2E6;
}
.TagClassName
{
border-color: #ACF2E6;
}
</style>