Shades of Water Leaf #AEFAEA
Tints of Water Leaf #AEFAEA
RGB
CMYK
RGB Variations
Color information
#AEFAEA (or 0xAEFAEA) is known color: Water Leaf. HEX triplet: AE, FA and EA. RGB value is (174,250,234). Sum of RGB (Red+Green+Blue) = 174+250+234=658 (87% of max value = 765). Red value is 174 (68.36% from 255 or 26.44% from 658); Green value is 250 (98.05% from 255 or 37.99% from 658); Blue value is 234 (91.80% from 255 or 35.56% from 658); Max value from RGB is 250 - color contains mainly: green. Hex color #AEFAEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEFAEA is #510515. Grayscale: #E1E1E1. Windows color (decimal): -5309718 or 15399598. OLE color: 15399598.
HSL color Cylindrical-coordinate representation of color #AEFAEA: hue angle of 167.37º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEFAEA is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 174 | 250 | 234 | - |
| CMYK | 0.30 | 0 | 0.06 | 0.02 |
| HSL | 167.37º | 0.88% | 0.83% | - |
| HSV(B) | 167.37º | 0.3% | 0.98% | - |
| XYZ | 66.49 | 83.31 | 90.42 | - |
| YUV | 225.45 | 132.82 | 91.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 250 | 234 | 0.30 | 0 | 0.06 | 0.02 | 167.37 | 0.88 | 0.83 |
| Hex | AE | FA | EA | 1E | 0 | 6 | 2 | A7 | 58 | 53 |
| Octal | 256 | 372 | 352 | 36 | 0 | 6 | 2 | 247 | 130 | 123 |
| Binary | 10101110 | 11111010 | 11101010 | 11110 | 0 | 110 | 10 | 10100111 | 1011000 | 1010011 |
Color Harmonies of #AEFAEA
Complementary color
Monochromatic Colors of #AEFAEA
Black with #AEFAEA
Text Example
Text Example
White with #AEFAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFAEA; }
p { color: rgb(174,250,234); }
H1.HeaderClassName
{
color: #AEFAEA;
}
.AnyTagClassName
{
color: #AEFAEA;
}
</style>
background-color css
<style>
a { background-color: #AEFAEA; }
a { background-color: rgb(174,250,234); }
div.DivClassName
{
background-color: #AEFAEA;
}
.BgClassName
{
background-color: #AEFAEA;
}
</style>
border-color css
<style>
span { border-color: #AEFAEA; }
span { border-color: rgb(174,250,234); }
td.TdClassName
{
border-color: #AEFAEA;
}
.TagClassName
{
border-color: #AEFAEA;
}
</style>