Shades of Water Leaf #AEF1DB
Tints of Water Leaf #AEF1DB
RGB
CMYK
RGB Variations
Color information
#AEF1DB (or 0xAEF1DB) is known color: Water Leaf. HEX triplet: AE, F1 and DB. RGB value is (174,241,219). Sum of RGB (Red+Green+Blue) = 174+241+219=634 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.44% from 634); Green value is 241 (94.53% from 255 or 38.01% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 241 - color contains mainly: green. Hex color #AEF1DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF1DB is #510E24. Grayscale: #DADADA. Windows color (decimal): -5312037 or 14414254. OLE color: 14414254.
HSL color Cylindrical-coordinate representation of color #AEF1DB: hue angle of 160.3º 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 #AEF1DB is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 241 | 219 | - |
| CMYK | 0.28 | 0 | 0.09 | 0.05 |
| HSL | 160.3º | 0.71% | 0.81% | - |
| HSV(B) | 160.3º | 0.28% | 0.95% | - |
| XYZ | 61.7 | 77.02 | 78.63 | - |
| YUV | 218.46 | 128.3 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 241 | 219 | 0.28 | 0 | 0.09 | 0.05 | 160.3 | 0.71 | 0.81 |
| Hex | AE | F1 | DB | 1C | 0 | 9 | 5 | A0 | 47 | 51 |
| Octal | 256 | 361 | 333 | 34 | 0 | 11 | 5 | 240 | 107 | 121 |
| Binary | 10101110 | 11110001 | 11011011 | 11100 | 0 | 1001 | 101 | 10100000 | 1000111 | 1010001 |
Color Harmonies of #AEF1DB
Complementary color
Monochromatic Colors of #AEF1DB
Black with #AEF1DB
Text Example
Text Example
White with #AEF1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF1DB; }
p { color: rgb(174,241,219); }
H1.HeaderClassName
{
color: #AEF1DB;
}
.AnyTagClassName
{
color: #AEF1DB;
}
</style>
background-color css
<style>
a { background-color: #AEF1DB; }
a { background-color: rgb(174,241,219); }
div.DivClassName
{
background-color: #AEF1DB;
}
.BgClassName
{
background-color: #AEF1DB;
}
</style>
border-color css
<style>
span { border-color: #AEF1DB; }
span { border-color: rgb(174,241,219); }
td.TdClassName
{
border-color: #AEF1DB;
}
.TagClassName
{
border-color: #AEF1DB;
}
</style>