Shades of Water Leaf #ACEEE1
Tints of Water Leaf #ACEEE1
RGB
CMYK
RGB Variations
Color information
#ACEEE1 (or 0xACEEE1) is known color: Water Leaf. HEX triplet: AC, EE and E1. RGB value is (172,238,225). Sum of RGB (Red+Green+Blue) = 172+238+225=635 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.09% from 635); Green value is 238 (93.36% from 255 or 37.48% from 635); Blue value is 225 (88.28% from 255 or 35.43% from 635); Max value from RGB is 238 - color contains mainly: green. Hex color #ACEEE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEEE1 is #53111E. Grayscale: #D8D8D8. Windows color (decimal): -5443871 or 14806700. OLE color: 14806700.
HSL color Cylindrical-coordinate representation of color #ACEEE1: hue angle of 168.18º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACEEE1 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 238 | 225 | - |
| CMYK | 0.28 | 0 | 0.05 | 0.07 |
| HSL | 168.18º | 0.66% | 0.8% | - |
| HSV(B) | 168.18º | 0.28% | 0.93% | - |
| XYZ | 61.18 | 75.36 | 82.55 | - |
| YUV | 216.78 | 132.63 | 96.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 238 | 225 | 0.28 | 0 | 0.05 | 0.07 | 168.18 | 0.66 | 0.8 |
| Hex | AC | EE | E1 | 1C | 0 | 5 | 7 | A8 | 42 | 50 |
| Octal | 254 | 356 | 341 | 34 | 0 | 5 | 7 | 250 | 102 | 120 |
| Binary | 10101100 | 11101110 | 11100001 | 11100 | 0 | 101 | 111 | 10101000 | 1000010 | 1010000 |
Color Harmonies of #ACEEE1
Complementary color
Monochromatic Colors of #ACEEE1
Black with #ACEEE1
Text Example
Text Example
White with #ACEEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEEE1; }
p { color: rgb(172,238,225); }
H1.HeaderClassName
{
color: #ACEEE1;
}
.AnyTagClassName
{
color: #ACEEE1;
}
</style>
background-color css
<style>
a { background-color: #ACEEE1; }
a { background-color: rgb(172,238,225); }
div.DivClassName
{
background-color: #ACEEE1;
}
.BgClassName
{
background-color: #ACEEE1;
}
</style>
border-color css
<style>
span { border-color: #ACEEE1; }
span { border-color: rgb(172,238,225); }
td.TdClassName
{
border-color: #ACEEE1;
}
.TagClassName
{
border-color: #ACEEE1;
}
</style>