Shades of Aquamarine #90F0DB
Tints of Aquamarine #90F0DB
RGB
CMYK
RGB Variations
Color information
#90F0DB (or 0x90F0DB) is known color: Aquamarine. HEX triplet: 90, F0 and DB. RGB value is (144,240,219). Sum of RGB (Red+Green+Blue) = 144+240+219=603 (79% of max value = 765). Red value is 144 (56.64% from 255 or 23.88% from 603); Green value is 240 (94.14% from 255 or 39.80% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 240 - color contains mainly: green. Hex color #90F0DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90F0DB is #6F0F24. Grayscale: #D0D0D0. Windows color (decimal): -7278373 or 14413968. OLE color: 14413968.
HSL color Cylindrical-coordinate representation of color #90F0DB: hue angle of 166.88º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90F0DB is Cyan = 0.4, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 144 | 240 | 219 | - |
| CMYK | 0.4 | 0 | 0.09 | 0.06 |
| HSL | 166.88º | 0.76% | 0.75% | - |
| HSV(B) | 166.88º | 0.4% | 0.94% | - |
| XYZ | 55.45 | 73.36 | 78.26 | - |
| YUV | 208.9 | 133.7 | 81.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 240 | 219 | 0.4 | 0 | 0.09 | 0.06 | 166.88 | 0.76 | 0.75 |
| Hex | 90 | F0 | DB | 28 | 0 | 9 | 6 | A7 | 4C | 4B |
| Octal | 220 | 360 | 333 | 50 | 0 | 11 | 6 | 247 | 114 | 113 |
| Binary | 10010000 | 11110000 | 11011011 | 101000 | 0 | 1001 | 110 | 10100111 | 1001100 | 1001011 |
Color Harmonies of #90F0DB
Complementary color
Monochromatic Colors of #90F0DB
Black with #90F0DB
Text Example
Text Example
White with #90F0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F0DB; }
p { color: rgb(144,240,219); }
H1.HeaderClassName
{
color: #90F0DB;
}
.AnyTagClassName
{
color: #90F0DB;
}
</style>
background-color css
<style>
a { background-color: #90F0DB; }
a { background-color: rgb(144,240,219); }
div.DivClassName
{
background-color: #90F0DB;
}
.BgClassName
{
background-color: #90F0DB;
}
</style>
border-color css
<style>
span { border-color: #90F0DB; }
span { border-color: rgb(144,240,219); }
td.TdClassName
{
border-color: #90F0DB;
}
.TagClassName
{
border-color: #90F0DB;
}
</style>