Shades of Water Leaf #AEEFDF
Tints of Water Leaf #AEEFDF
RGB
CMYK
RGB Variations
Color information
#AEEFDF (or 0xAEEFDF) is known color: Water Leaf. HEX triplet: AE, EF and DF. RGB value is (174,239,223). Sum of RGB (Red+Green+Blue) = 174+239+223=636 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.36% from 636); Green value is 239 (93.75% from 255 or 37.58% from 636); Blue value is 223 (87.5% from 255 or 35.06% from 636); Max value from RGB is 239 - color contains mainly: green. Hex color #AEEFDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEFDF is #511020. Grayscale: #D9D9D9. Windows color (decimal): -5312545 or 14675886. OLE color: 14675886.
HSL color Cylindrical-coordinate representation of color #AEEFDF: hue angle of 165.23º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEEFDF is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
RGB | 174 | 239 | 223 | - |
CMYK | 0.27 | 0 | 0.07 | 0.06 |
HSL | 165.23º | 0.67% | 0.81% | - |
HSV(B) | 165.23º | 0.27% | 0.94% | - |
XYZ | 61.64 | 76.06 | 81.24 | - |
YUV | 217.74 | 130.97 | 96.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 239 | 223 | 0.27 | 0 | 0.07 | 0.06 | 165.23 | 0.67 | 0.81 |
Hex | AE | EF | DF | 1B | 0 | 7 | 6 | A5 | 43 | 51 |
Octal | 256 | 357 | 337 | 33 | 0 | 7 | 6 | 245 | 103 | 121 |
Binary | 10101110 | 11101111 | 11011111 | 11011 | 0 | 111 | 110 | 10100101 | 1000011 | 1010001 |
Color Harmonies of #AEEFDF
Complementary color
Monochromatic Colors of #AEEFDF
Black with #AEEFDF
Text Example
Text Example
White with #AEEFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEFDF; }
p { color: rgb(174,239,223); }
H1.HeaderClassName
{
color: #AEEFDF;
}
.AnyTagClassName
{
color: #AEEFDF;
}
</style>
background-color css
<style>
a { background-color: #AEEFDF; }
a { background-color: rgb(174,239,223); }
div.DivClassName
{
background-color: #AEEFDF;
}
.BgClassName
{
background-color: #AEEFDF;
}
</style>
border-color css
<style>
span { border-color: #AEEFDF; }
span { border-color: rgb(174,239,223); }
td.TdClassName
{
border-color: #AEEFDF;
}
.TagClassName
{
border-color: #AEEFDF;
}
</style>