Shades of Water Leaf #ACF5E5
Tints of Water Leaf #ACF5E5
RGB
CMYK
RGB Variations
Color information
#ACF5E5 (or 0xACF5E5) is known color: Water Leaf. HEX triplet: AC, F5 and E5. RGB value is (172,245,229). Sum of RGB (Red+Green+Blue) = 172+245+229=646 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.63% from 646); Green value is 245 (96.09% from 255 or 37.93% from 646); Blue value is 229 (89.84% from 255 or 35.45% from 646); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF5E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF5E5 is #530A1A. Grayscale: #DDDDDD. Windows color (decimal): -5442075 or 15070636. OLE color: 15070636.
HSL color Cylindrical-coordinate representation of color #ACF5E5: hue angle of 166.85º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACF5E5 is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 245 | 229 | - |
| CMYK | 0.30 | 0 | 0.07 | 0.04 |
| HSL | 166.85º | 0.78% | 0.82% | - |
| HSV(B) | 166.85º | 0.3% | 0.96% | - |
| XYZ | 63.81 | 79.73 | 86.16 | - |
| YUV | 221.35 | 132.32 | 92.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 245 | 229 | 0.30 | 0 | 0.07 | 0.04 | 166.85 | 0.78 | 0.82 |
| Hex | AC | F5 | E5 | 1E | 0 | 7 | 4 | A7 | 4E | 52 |
| Octal | 254 | 365 | 345 | 36 | 0 | 7 | 4 | 247 | 116 | 122 |
| Binary | 10101100 | 11110101 | 11100101 | 11110 | 0 | 111 | 100 | 10100111 | 1001110 | 1010010 |
Color Harmonies of #ACF5E5
Complementary color
Monochromatic Colors of #ACF5E5
Black with #ACF5E5
Text Example
Text Example
White with #ACF5E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF5E5; }
p { color: rgb(172,245,229); }
H1.HeaderClassName
{
color: #ACF5E5;
}
.AnyTagClassName
{
color: #ACF5E5;
}
</style>
background-color css
<style>
a { background-color: #ACF5E5; }
a { background-color: rgb(172,245,229); }
div.DivClassName
{
background-color: #ACF5E5;
}
.BgClassName
{
background-color: #ACF5E5;
}
</style>
border-color css
<style>
span { border-color: #ACF5E5; }
span { border-color: rgb(172,245,229); }
td.TdClassName
{
border-color: #ACF5E5;
}
.TagClassName
{
border-color: #ACF5E5;
}
</style>