Shades of Water Leaf #ACEEDD
Tints of Water Leaf #ACEEDD
RGB
CMYK
RGB Variations
Color information
#ACEEDD (or 0xACEEDD) is known color: Water Leaf. HEX triplet: AC, EE and DD. RGB value is (172,238,221). Sum of RGB (Red+Green+Blue) = 172+238+221=631 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.26% from 631); Green value is 238 (93.36% from 255 or 37.72% from 631); Blue value is 221 (86.72% from 255 or 35.02% from 631); Max value from RGB is 238 - color contains mainly: green. Hex color #ACEEDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEEDD is #531122. Grayscale: #D8D8D8. Windows color (decimal): -5443875 or 14544556. OLE color: 14544556.
HSL color Cylindrical-coordinate representation of color #ACEEDD: hue angle of 164.55º 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 #ACEEDD is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 172 | 238 | 221 | - |
CMYK | 0.28 | 0 | 0.07 | 0.07 |
HSL | 164.55º | 0.66% | 0.8% | - |
HSV(B) | 164.55º | 0.28% | 0.93% | - |
XYZ | 60.64 | 75.14 | 79.71 | - |
YUV | 216.33 | 130.63 | 96.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 238 | 221 | 0.28 | 0 | 0.07 | 0.07 | 164.55 | 0.66 | 0.8 |
Hex | AC | EE | DD | 1C | 0 | 7 | 7 | A5 | 42 | 50 |
Octal | 254 | 356 | 335 | 34 | 0 | 7 | 7 | 245 | 102 | 120 |
Binary | 10101100 | 11101110 | 11011101 | 11100 | 0 | 111 | 111 | 10100101 | 1000010 | 1010000 |
Color Harmonies of #ACEEDD
Complementary color
Monochromatic Colors of #ACEEDD
Black with #ACEEDD
Text Example
Text Example
White with #ACEEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEEDD; }
p { color: rgb(172,238,221); }
H1.HeaderClassName
{
color: #ACEEDD;
}
.AnyTagClassName
{
color: #ACEEDD;
}
</style>
background-color css
<style>
a { background-color: #ACEEDD; }
a { background-color: rgb(172,238,221); }
div.DivClassName
{
background-color: #ACEEDD;
}
.BgClassName
{
background-color: #ACEEDD;
}
</style>
border-color css
<style>
span { border-color: #ACEEDD; }
span { border-color: rgb(172,238,221); }
td.TdClassName
{
border-color: #ACEEDD;
}
.TagClassName
{
border-color: #ACEEDD;
}
</style>