Shades of Aquamarine #90FEDB
Tints of Aquamarine #90FEDB
RGB
CMYK
RGB Variations
Color information
#90FEDB (or 0x90FEDB) is known color: Aquamarine. HEX triplet: 90, FE and DB. RGB value is (144,254,219). Sum of RGB (Red+Green+Blue) = 144+254+219=617 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.34% from 617); Green value is 254 (99.61% from 255 or 41.17% from 617); Blue value is 219 (85.94% from 255 or 35.49% from 617); Max value from RGB is 254 - color contains mainly: green. Hex color #90FEDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FEDB is #6F0124. Grayscale: #D9D9D9. Windows color (decimal): -7274789 or 14417552. OLE color: 14417552.
HSL color Cylindrical-coordinate representation of color #90FEDB: hue angle of 160.91º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90FEDB is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 144 | 254 | 219 | - |
| CMYK | 0.43 | 0 | 0.14 | 0.00 |
| HSL | 160.91º | 0.98% | 0.78% | - |
| HSV(B) | 160.91º | 0.43% | 1% | - |
| XYZ | 59.73 | 81.93 | 79.68 | - |
| YUV | 217.12 | 129.06 | 75.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 254 | 219 | 0.43 | 0 | 0.14 | 0.00 | 160.91 | 0.98 | 0.78 |
| Hex | 90 | FE | DB | 2B | 0 | E | 0 | A1 | 62 | 4E |
| Octal | 220 | 376 | 333 | 53 | 0 | 16 | 0 | 241 | 142 | 116 |
| Binary | 10010000 | 11111110 | 11011011 | 101011 | 0 | 1110 | 0 | 10100001 | 1100010 | 1001110 |
Color Harmonies of #90FEDB
Complementary color
Monochromatic Colors of #90FEDB
Black with #90FEDB
Text Example
Text Example
White with #90FEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FEDB; }
p { color: rgb(144,254,219); }
H1.HeaderClassName
{
color: #90FEDB;
}
.AnyTagClassName
{
color: #90FEDB;
}
</style>
background-color css
<style>
a { background-color: #90FEDB; }
a { background-color: rgb(144,254,219); }
div.DivClassName
{
background-color: #90FEDB;
}
.BgClassName
{
background-color: #90FEDB;
}
</style>
border-color css
<style>
span { border-color: #90FEDB; }
span { border-color: rgb(144,254,219); }
td.TdClassName
{
border-color: #90FEDB;
}
.TagClassName
{
border-color: #90FEDB;
}
</style>