Shades of Water Leaf #AEF1E4
Tints of Water Leaf #AEF1E4
RGB
CMYK
RGB Variations
Color information
#AEF1E4 (or 0xAEF1E4) is known color: Water Leaf. HEX triplet: AE, F1 and E4. RGB value is (174,241,228). Sum of RGB (Red+Green+Blue) = 174+241+228=643 (85% of max value = 765). Red value is 174 (68.36% from 255 or 27.06% from 643); Green value is 241 (94.53% from 255 or 37.48% from 643); Blue value is 228 (89.45% from 255 or 35.46% from 643); Max value from RGB is 241 - color contains mainly: green. Hex color #AEF1E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF1E4 is #510E1B. Grayscale: #DBDBDB. Windows color (decimal): -5312028 or 15004078. OLE color: 15004078.
HSL color Cylindrical-coordinate representation of color #AEF1E4: hue angle of 168.36º 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 #AEF1E4 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 241 | 228 | - |
| CMYK | 0.28 | 0 | 0.05 | 0.05 |
| HSL | 168.36º | 0.71% | 0.81% | - |
| HSV(B) | 168.36º | 0.28% | 0.95% | - |
| XYZ | 62.91 | 77.51 | 85.04 | - |
| YUV | 219.49 | 132.8 | 95.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 241 | 228 | 0.28 | 0 | 0.05 | 0.05 | 168.36 | 0.71 | 0.81 |
| Hex | AE | F1 | E4 | 1C | 0 | 5 | 5 | A8 | 47 | 51 |
| Octal | 256 | 361 | 344 | 34 | 0 | 5 | 5 | 250 | 107 | 121 |
| Binary | 10101110 | 11110001 | 11100100 | 11100 | 0 | 101 | 101 | 10101000 | 1000111 | 1010001 |
Color Harmonies of #AEF1E4
Complementary color
Monochromatic Colors of #AEF1E4
Black with #AEF1E4
Text Example
Text Example
White with #AEF1E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF1E4; }
p { color: rgb(174,241,228); }
H1.HeaderClassName
{
color: #AEF1E4;
}
.AnyTagClassName
{
color: #AEF1E4;
}
</style>
background-color css
<style>
a { background-color: #AEF1E4; }
a { background-color: rgb(174,241,228); }
div.DivClassName
{
background-color: #AEF1E4;
}
.BgClassName
{
background-color: #AEF1E4;
}
</style>
border-color css
<style>
span { border-color: #AEF1E4; }
span { border-color: rgb(174,241,228); }
td.TdClassName
{
border-color: #AEF1E4;
}
.TagClassName
{
border-color: #AEF1E4;
}
</style>