Shades of Water Leaf #ACF8E5
Tints of Water Leaf #ACF8E5
RGB
CMYK
RGB Variations
Color information
#ACF8E5 (or 0xACF8E5) is known color: Water Leaf. HEX triplet: AC, F8 and E5. RGB value is (172,248,229). Sum of RGB (Red+Green+Blue) = 172+248+229=649 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.50% from 649); Green value is 248 (97.27% from 255 or 38.21% from 649); Blue value is 229 (89.84% from 255 or 35.29% from 649); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF8E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF8E5 is #53071A. Grayscale: #DFDFDF. Windows color (decimal): -5441307 or 15071404. OLE color: 15071404.
HSL color Cylindrical-coordinate representation of color #ACF8E5: hue angle of 165º 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 #ACF8E5 is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 248 | 229 | - |
| CMYK | 0.31 | 0 | 0.08 | 0.03 |
| HSL | 165º | 0.84% | 0.82% | - |
| HSV(B) | 165º | 0.31% | 0.97% | - |
| XYZ | 64.72 | 81.56 | 86.46 | - |
| YUV | 223.11 | 131.32 | 91.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 248 | 229 | 0.31 | 0 | 0.08 | 0.03 | 165 | 0.84 | 0.82 |
| Hex | AC | F8 | E5 | 1F | 0 | 8 | 3 | A5 | 54 | 52 |
| Octal | 254 | 370 | 345 | 37 | 0 | 10 | 3 | 245 | 124 | 122 |
| Binary | 10101100 | 11111000 | 11100101 | 11111 | 0 | 1000 | 11 | 10100101 | 1010100 | 1010010 |
Color Harmonies of #ACF8E5
Complementary color
Monochromatic Colors of #ACF8E5
Black with #ACF8E5
Text Example
Text Example
White with #ACF8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF8E5; }
p { color: rgb(172,248,229); }
H1.HeaderClassName
{
color: #ACF8E5;
}
.AnyTagClassName
{
color: #ACF8E5;
}
</style>
background-color css
<style>
a { background-color: #ACF8E5; }
a { background-color: rgb(172,248,229); }
div.DivClassName
{
background-color: #ACF8E5;
}
.BgClassName
{
background-color: #ACF8E5;
}
</style>
border-color css
<style>
span { border-color: #ACF8E5; }
span { border-color: rgb(172,248,229); }
td.TdClassName
{
border-color: #ACF8E5;
}
.TagClassName
{
border-color: #ACF8E5;
}
</style>