Shades of Aquamarine #90F2DB
Tints of Aquamarine #90F2DB
RGB
CMYK
RGB Variations
Color information
#90F2DB (or 0x90F2DB) is known color: Aquamarine. HEX triplet: 90, F2 and DB. RGB value is (144,242,219). Sum of RGB (Red+Green+Blue) = 144+242+219=605 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.80% from 605); Green value is 242 (94.92% from 255 or 40% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 242 - color contains mainly: green. Hex color #90F2DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90F2DB is #6F0D24. Grayscale: #D2D2D2. Windows color (decimal): -7277861 or 14414480. OLE color: 14414480.
HSL color Cylindrical-coordinate representation of color #90F2DB: hue angle of 165.92º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90F2DB is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 242 | 219 | - |
| CMYK | 0.40 | 0 | 0.10 | 0.05 |
| HSL | 165.92º | 0.79% | 0.76% | - |
| HSV(B) | 165.92º | 0.4% | 0.95% | - |
| XYZ | 56.04 | 74.55 | 78.45 | - |
| YUV | 210.08 | 133.03 | 80.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 242 | 219 | 0.40 | 0 | 0.10 | 0.05 | 165.92 | 0.79 | 0.76 |
| Hex | 90 | F2 | DB | 28 | 0 | A | 5 | A6 | 4F | 4C |
| Octal | 220 | 362 | 333 | 50 | 0 | 12 | 5 | 246 | 117 | 114 |
| Binary | 10010000 | 11110010 | 11011011 | 101000 | 0 | 1010 | 101 | 10100110 | 1001111 | 1001100 |
Color Harmonies of #90F2DB
Complementary color
Monochromatic Colors of #90F2DB
Black with #90F2DB
Text Example
Text Example
White with #90F2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F2DB; }
p { color: rgb(144,242,219); }
H1.HeaderClassName
{
color: #90F2DB;
}
.AnyTagClassName
{
color: #90F2DB;
}
</style>
background-color css
<style>
a { background-color: #90F2DB; }
a { background-color: rgb(144,242,219); }
div.DivClassName
{
background-color: #90F2DB;
}
.BgClassName
{
background-color: #90F2DB;
}
</style>
border-color css
<style>
span { border-color: #90F2DB; }
span { border-color: rgb(144,242,219); }
td.TdClassName
{
border-color: #90F2DB;
}
.TagClassName
{
border-color: #90F2DB;
}
</style>