Shades of Water Leaf #AEECE4
Tints of Water Leaf #AEECE4
RGB
CMYK
RGB Variations
Color information
#AEECE4 (or 0xAEECE4) is known color: Water Leaf. HEX triplet: AE, EC and E4. RGB value is (174,236,228). Sum of RGB (Red+Green+Blue) = 174+236+228=638 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.27% from 638); Green value is 236 (92.58% from 255 or 36.99% from 638); Blue value is 228 (89.45% from 255 or 35.74% from 638); Max value from RGB is 236 - color contains mainly: green. Hex color #AEECE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEECE4 is #51131B. Grayscale: #D8D8D8. Windows color (decimal): -5313308 or 15002798. OLE color: 15002798.
HSL color Cylindrical-coordinate representation of color #AEECE4: hue angle of 172.26º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEECE4 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 174 | 236 | 228 | - |
CMYK | 0.26 | 0 | 0.03 | 0.07 |
HSL | 172.26º | 0.62% | 0.8% | - |
HSV(B) | 172.26º | 0.26% | 0.93% | - |
XYZ | 61.45 | 74.59 | 84.56 | - |
YUV | 216.55 | 134.46 | 97.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 236 | 228 | 0.26 | 0 | 0.03 | 0.07 | 172.26 | 0.62 | 0.8 |
Hex | AE | EC | E4 | 1A | 0 | 3 | 7 | AC | 3E | 50 |
Octal | 256 | 354 | 344 | 32 | 0 | 3 | 7 | 254 | 76 | 120 |
Binary | 10101110 | 11101100 | 11100100 | 11010 | 0 | 11 | 111 | 10101100 | 111110 | 1010000 |
Color Harmonies of #AEECE4
Complementary color
Monochromatic Colors of #AEECE4
Black with #AEECE4
Text Example
Text Example
White with #AEECE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEECE4; }
p { color: rgb(174,236,228); }
H1.HeaderClassName
{
color: #AEECE4;
}
.AnyTagClassName
{
color: #AEECE4;
}
</style>
background-color css
<style>
a { background-color: #AEECE4; }
a { background-color: rgb(174,236,228); }
div.DivClassName
{
background-color: #AEECE4;
}
.BgClassName
{
background-color: #AEECE4;
}
</style>
border-color css
<style>
span { border-color: #AEECE4; }
span { border-color: rgb(174,236,228); }
td.TdClassName
{
border-color: #AEECE4;
}
.TagClassName
{
border-color: #AEECE4;
}
</style>