Shades of Water Leaf #ACF8E8
Tints of Water Leaf #ACF8E8
RGB
CMYK
RGB Variations
Color information
#ACF8E8 (or 0xACF8E8) is known color: Water Leaf. HEX triplet: AC, F8 and E8. RGB value is (172,248,232). Sum of RGB (Red+Green+Blue) = 172+248+232=652 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.38% from 652); Green value is 248 (97.27% from 255 or 38.04% from 652); Blue value is 232 (91.02% from 255 or 35.58% from 652); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF8E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF8E8 is #530717. Grayscale: #DFDFDF. Windows color (decimal): -5441304 or 15268012. OLE color: 15268012.
HSL color Cylindrical-coordinate representation of color #ACF8E8: hue angle of 167.37º 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 #ACF8E8 is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 248 | 232 | - |
| CMYK | 0.31 | 0 | 0.06 | 0.03 |
| HSL | 167.37º | 0.84% | 0.82% | - |
| HSV(B) | 167.37º | 0.31% | 0.97% | - |
| XYZ | 65.15 | 81.73 | 88.69 | - |
| YUV | 223.45 | 132.82 | 91.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 248 | 232 | 0.31 | 0 | 0.06 | 0.03 | 167.37 | 0.84 | 0.82 |
| Hex | AC | F8 | E8 | 1F | 0 | 6 | 3 | A7 | 54 | 52 |
| Octal | 254 | 370 | 350 | 37 | 0 | 6 | 3 | 247 | 124 | 122 |
| Binary | 10101100 | 11111000 | 11101000 | 11111 | 0 | 110 | 11 | 10100111 | 1010100 | 1010010 |
Color Harmonies of #ACF8E8
Complementary color
Monochromatic Colors of #ACF8E8
Black with #ACF8E8
Text Example
Text Example
White with #ACF8E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF8E8; }
p { color: rgb(172,248,232); }
H1.HeaderClassName
{
color: #ACF8E8;
}
.AnyTagClassName
{
color: #ACF8E8;
}
</style>
background-color css
<style>
a { background-color: #ACF8E8; }
a { background-color: rgb(172,248,232); }
div.DivClassName
{
background-color: #ACF8E8;
}
.BgClassName
{
background-color: #ACF8E8;
}
</style>
border-color css
<style>
span { border-color: #ACF8E8; }
span { border-color: rgb(172,248,232); }
td.TdClassName
{
border-color: #ACF8E8;
}
.TagClassName
{
border-color: #ACF8E8;
}
</style>