Shades of Water Leaf #ACEEE4
Tints of Water Leaf #ACEEE4
RGB
CMYK
RGB Variations
Color information
#ACEEE4 (or 0xACEEE4) is known color: Water Leaf. HEX triplet: AC, EE and E4. RGB value is (172,238,228). Sum of RGB (Red+Green+Blue) = 172+238+228=638 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.96% from 638); Green value is 238 (93.36% from 255 or 37.30% from 638); Blue value is 228 (89.45% from 255 or 35.74% from 638); Max value from RGB is 238 - color contains mainly: green. Hex color #ACEEE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEEE4 is #53111B. Grayscale: #D9D9D9. Windows color (decimal): -5443868 or 15003308. OLE color: 15003308.
HSL color Cylindrical-coordinate representation of color #ACEEE4: hue angle of 170.91º 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 #ACEEE4 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
RGB | 172 | 238 | 228 | - |
CMYK | 0.28 | 0 | 0.04 | 0.07 |
HSL | 170.91º | 0.66% | 0.8% | - |
HSV(B) | 170.91º | 0.28% | 0.93% | - |
XYZ | 61.59 | 75.52 | 84.73 | - |
YUV | 217.13 | 134.13 | 95.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 238 | 228 | 0.28 | 0 | 0.04 | 0.07 | 170.91 | 0.66 | 0.8 |
Hex | AC | EE | E4 | 1C | 0 | 4 | 7 | AB | 42 | 50 |
Octal | 254 | 356 | 344 | 34 | 0 | 4 | 7 | 253 | 102 | 120 |
Binary | 10101100 | 11101110 | 11100100 | 11100 | 0 | 100 | 111 | 10101011 | 1000010 | 1010000 |
Color Harmonies of #ACEEE4
Complementary color
Monochromatic Colors of #ACEEE4
Black with #ACEEE4
Text Example
Text Example
White with #ACEEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEEE4; }
p { color: rgb(172,238,228); }
H1.HeaderClassName
{
color: #ACEEE4;
}
.AnyTagClassName
{
color: #ACEEE4;
}
</style>
background-color css
<style>
a { background-color: #ACEEE4; }
a { background-color: rgb(172,238,228); }
div.DivClassName
{
background-color: #ACEEE4;
}
.BgClassName
{
background-color: #ACEEE4;
}
</style>
border-color css
<style>
span { border-color: #ACEEE4; }
span { border-color: rgb(172,238,228); }
td.TdClassName
{
border-color: #ACEEE4;
}
.TagClassName
{
border-color: #ACEEE4;
}
</style>