Shades of Water Leaf #ACF8E9
Tints of Water Leaf #ACF8E9
RGB
CMYK
RGB Variations
Color information
#ACF8E9 (or 0xACF8E9) is known color: Water Leaf. HEX triplet: AC, F8 and E9. RGB value is (172,248,233). Sum of RGB (Red+Green+Blue) = 172+248+233=653 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.34% from 653); Green value is 248 (97.27% from 255 or 37.98% from 653); Blue value is 233 (91.41% from 255 or 35.68% from 653); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF8E9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF8E9 is #530716. Grayscale: #DFDFDF. Windows color (decimal): -5441303 or 15333548. OLE color: 15333548.
HSL color Cylindrical-coordinate representation of color #ACF8E9: hue angle of 168.16º 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 #ACF8E9 is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 248 | 233 | - |
| CMYK | 0.31 | 0 | 0.06 | 0.03 |
| HSL | 168.16º | 0.84% | 0.82% | - |
| HSV(B) | 168.16º | 0.31% | 0.97% | - |
| XYZ | 65.29 | 81.79 | 89.44 | - |
| YUV | 223.57 | 133.32 | 91.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 248 | 233 | 0.31 | 0 | 0.06 | 0.03 | 168.16 | 0.84 | 0.82 |
| Hex | AC | F8 | E9 | 1F | 0 | 6 | 3 | A8 | 54 | 52 |
| Octal | 254 | 370 | 351 | 37 | 0 | 6 | 3 | 250 | 124 | 122 |
| Binary | 10101100 | 11111000 | 11101001 | 11111 | 0 | 110 | 11 | 10101000 | 1010100 | 1010010 |
Color Harmonies of #ACF8E9
Complementary color
Monochromatic Colors of #ACF8E9
Black with #ACF8E9
Text Example
Text Example
White with #ACF8E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF8E9; }
p { color: rgb(172,248,233); }
H1.HeaderClassName
{
color: #ACF8E9;
}
.AnyTagClassName
{
color: #ACF8E9;
}
</style>
background-color css
<style>
a { background-color: #ACF8E9; }
a { background-color: rgb(172,248,233); }
div.DivClassName
{
background-color: #ACF8E9;
}
.BgClassName
{
background-color: #ACF8E9;
}
</style>
border-color css
<style>
span { border-color: #ACF8E9; }
span { border-color: rgb(172,248,233); }
td.TdClassName
{
border-color: #ACF8E9;
}
.TagClassName
{
border-color: #ACF8E9;
}
</style>