Shades of Water Leaf #AEF1E0
Tints of Water Leaf #AEF1E0
RGB
CMYK
RGB Variations
Color information
#AEF1E0 (or 0xAEF1E0) is known color: Water Leaf. HEX triplet: AE, F1 and E0. RGB value is (174,241,224). Sum of RGB (Red+Green+Blue) = 174+241+224=639 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.23% from 639); Green value is 241 (94.53% from 255 or 37.72% from 639); Blue value is 224 (87.89% from 255 or 35.05% from 639); Max value from RGB is 241 - color contains mainly: green. Hex color #AEF1E0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF1E0 is #510E1F. Grayscale: #DBDBDB. Windows color (decimal): -5312032 or 14741934. OLE color: 14741934.
HSL color Cylindrical-coordinate representation of color #AEF1E0: hue angle of 164.78º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEF1E0 is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 241 | 224 | - |
| CMYK | 0.28 | 0 | 0.07 | 0.05 |
| HSL | 164.78º | 0.71% | 0.81% | - |
| HSV(B) | 164.78º | 0.28% | 0.95% | - |
| XYZ | 62.37 | 77.29 | 82.15 | - |
| YUV | 219.03 | 130.8 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 241 | 224 | 0.28 | 0 | 0.07 | 0.05 | 164.78 | 0.71 | 0.81 |
| Hex | AE | F1 | E0 | 1C | 0 | 7 | 5 | A5 | 47 | 51 |
| Octal | 256 | 361 | 340 | 34 | 0 | 7 | 5 | 245 | 107 | 121 |
| Binary | 10101110 | 11110001 | 11100000 | 11100 | 0 | 111 | 101 | 10100101 | 1000111 | 1010001 |
Color Harmonies of #AEF1E0
Complementary color
Monochromatic Colors of #AEF1E0
Black with #AEF1E0
Text Example
Text Example
White with #AEF1E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF1E0; }
p { color: rgb(174,241,224); }
H1.HeaderClassName
{
color: #AEF1E0;
}
.AnyTagClassName
{
color: #AEF1E0;
}
</style>
background-color css
<style>
a { background-color: #AEF1E0; }
a { background-color: rgb(174,241,224); }
div.DivClassName
{
background-color: #AEF1E0;
}
.BgClassName
{
background-color: #AEF1E0;
}
</style>
border-color css
<style>
span { border-color: #AEF1E0; }
span { border-color: rgb(174,241,224); }
td.TdClassName
{
border-color: #AEF1E0;
}
.TagClassName
{
border-color: #AEF1E0;
}
</style>