Shades of Water Leaf #ACF9E9
Tints of Water Leaf #ACF9E9
RGB
CMYK
RGB Variations
Color information
#ACF9E9 (or 0xACF9E9) is known color: Water Leaf. HEX triplet: AC, F9 and E9. RGB value is (172,249,233). Sum of RGB (Red+Green+Blue) = 172+249+233=654 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.30% from 654); Green value is 249 (97.66% from 255 or 38.07% from 654); Blue value is 233 (91.41% from 255 or 35.63% from 654); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF9E9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF9E9 is #530616. Grayscale: #E0E0E0. Windows color (decimal): -5441047 or 15333804. OLE color: 15333804.
HSL color Cylindrical-coordinate representation of color #ACF9E9: hue angle of 167.53º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACF9E9 is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 249 | 233 | - |
| CMYK | 0.31 | 0 | 0.06 | 0.02 |
| HSL | 167.53º | 0.87% | 0.83% | - |
| HSV(B) | 167.53º | 0.31% | 0.98% | - |
| XYZ | 65.6 | 82.41 | 89.54 | - |
| YUV | 224.15 | 132.99 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 249 | 233 | 0.31 | 0 | 0.06 | 0.02 | 167.53 | 0.87 | 0.83 |
| Hex | AC | F9 | E9 | 1F | 0 | 6 | 2 | A8 | 57 | 53 |
| Octal | 254 | 371 | 351 | 37 | 0 | 6 | 2 | 250 | 127 | 123 |
| Binary | 10101100 | 11111001 | 11101001 | 11111 | 0 | 110 | 10 | 10101000 | 1010111 | 1010011 |
Color Harmonies of #ACF9E9
Complementary color
Monochromatic Colors of #ACF9E9
Black with #ACF9E9
Text Example
Text Example
White with #ACF9E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF9E9; }
p { color: rgb(172,249,233); }
H1.HeaderClassName
{
color: #ACF9E9;
}
.AnyTagClassName
{
color: #ACF9E9;
}
</style>
background-color css
<style>
a { background-color: #ACF9E9; }
a { background-color: rgb(172,249,233); }
div.DivClassName
{
background-color: #ACF9E9;
}
.BgClassName
{
background-color: #ACF9E9;
}
</style>
border-color css
<style>
span { border-color: #ACF9E9; }
span { border-color: rgb(172,249,233); }
td.TdClassName
{
border-color: #ACF9E9;
}
.TagClassName
{
border-color: #ACF9E9;
}
</style>