Shades of Water Leaf #AEF3DB
Tints of Water Leaf #AEF3DB
RGB
CMYK
RGB Variations
Color information
#AEF3DB (or 0xAEF3DB) is known color: Water Leaf. HEX triplet: AE, F3 and DB. RGB value is (174,243,219). Sum of RGB (Red+Green+Blue) = 174+243+219=636 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.36% from 636); Green value is 243 (95.31% from 255 or 38.21% from 636); Blue value is 219 (85.94% from 255 or 34.43% from 636); Max value from RGB is 243 - color contains mainly: green. Hex color #AEF3DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF3DB is #510C24. Grayscale: #DBDBDB. Windows color (decimal): -5311525 or 14414766. OLE color: 14414766.
HSL color Cylindrical-coordinate representation of color #AEF3DB: hue angle of 159.13º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEF3DB is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 243 | 219 | - |
| CMYK | 0.28 | 0 | 0.10 | 0.05 |
| HSL | 159.13º | 0.74% | 0.82% | - |
| HSV(B) | 159.13º | 0.28% | 0.95% | - |
| XYZ | 62.29 | 78.21 | 78.83 | - |
| YUV | 219.63 | 127.64 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 243 | 219 | 0.28 | 0 | 0.10 | 0.05 | 159.13 | 0.74 | 0.82 |
| Hex | AE | F3 | DB | 1C | 0 | A | 5 | 9F | 4A | 52 |
| Octal | 256 | 363 | 333 | 34 | 0 | 12 | 5 | 237 | 112 | 122 |
| Binary | 10101110 | 11110011 | 11011011 | 11100 | 0 | 1010 | 101 | 10011111 | 1001010 | 1010010 |
Color Harmonies of #AEF3DB
Complementary color
Monochromatic Colors of #AEF3DB
Black with #AEF3DB
Text Example
Text Example
White with #AEF3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF3DB; }
p { color: rgb(174,243,219); }
H1.HeaderClassName
{
color: #AEF3DB;
}
.AnyTagClassName
{
color: #AEF3DB;
}
</style>
background-color css
<style>
a { background-color: #AEF3DB; }
a { background-color: rgb(174,243,219); }
div.DivClassName
{
background-color: #AEF3DB;
}
.BgClassName
{
background-color: #AEF3DB;
}
</style>
border-color css
<style>
span { border-color: #AEF3DB; }
span { border-color: rgb(174,243,219); }
td.TdClassName
{
border-color: #AEF3DB;
}
.TagClassName
{
border-color: #AEF3DB;
}
</style>