Shades of Water Leaf #ACF0E4
Tints of Water Leaf #ACF0E4
RGB
CMYK
RGB Variations
Color information
#ACF0E4 (or 0xACF0E4) is known color: Water Leaf. HEX triplet: AC, F0 and E4. RGB value is (172,240,228). Sum of RGB (Red+Green+Blue) = 172+240+228=640 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.88% from 640); Green value is 240 (94.14% from 255 or 37.5% from 640); Blue value is 228 (89.45% from 255 or 35.62% from 640); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF0E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF0E4 is #530F1B. Grayscale: #DADADA. Windows color (decimal): -5443356 or 15003820. OLE color: 15003820.
HSL color Cylindrical-coordinate representation of color #ACF0E4: hue angle of 169.41º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACF0E4 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 228 | - |
| CMYK | 0.28 | 0 | 0.05 | 0.06 |
| HSL | 169.41º | 0.69% | 0.81% | - |
| HSV(B) | 169.41º | 0.28% | 0.94% | - |
| XYZ | 62.18 | 76.69 | 84.92 | - |
| YUV | 218.3 | 133.47 | 94.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 228 | 0.28 | 0 | 0.05 | 0.06 | 169.41 | 0.69 | 0.81 |
| Hex | AC | F0 | E4 | 1C | 0 | 5 | 6 | A9 | 45 | 51 |
| Octal | 254 | 360 | 344 | 34 | 0 | 5 | 6 | 251 | 105 | 121 |
| Binary | 10101100 | 11110000 | 11100100 | 11100 | 0 | 101 | 110 | 10101001 | 1000101 | 1010001 |
Color Harmonies of #ACF0E4
Complementary color
Monochromatic Colors of #ACF0E4
Black with #ACF0E4
Text Example
Text Example
White with #ACF0E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF0E4; }
p { color: rgb(172,240,228); }
H1.HeaderClassName
{
color: #ACF0E4;
}
.AnyTagClassName
{
color: #ACF0E4;
}
</style>
background-color css
<style>
a { background-color: #ACF0E4; }
a { background-color: rgb(172,240,228); }
div.DivClassName
{
background-color: #ACF0E4;
}
.BgClassName
{
background-color: #ACF0E4;
}
</style>
border-color css
<style>
span { border-color: #ACF0E4; }
span { border-color: rgb(172,240,228); }
td.TdClassName
{
border-color: #ACF0E4;
}
.TagClassName
{
border-color: #ACF0E4;
}
</style>