Shades of Aquamarine #90F1DB
Tints of Aquamarine #90F1DB
RGB
CMYK
RGB Variations
Color information
#90F1DB (or 0x90F1DB) is known color: Aquamarine. HEX triplet: 90, F1 and DB. RGB value is (144,241,219). Sum of RGB (Red+Green+Blue) = 144+241+219=604 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.84% from 604); Green value is 241 (94.53% from 255 or 39.90% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 241 - color contains mainly: green. Hex color #90F1DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90F1DB is #6F0E24. Grayscale: #D1D1D1. Windows color (decimal): -7278117 or 14414224. OLE color: 14414224.
HSL color Cylindrical-coordinate representation of color #90F1DB: hue angle of 166.39º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90F1DB is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 241 | 219 | - |
| CMYK | 0.40 | 0 | 0.09 | 0.05 |
| HSL | 166.39º | 0.78% | 0.75% | - |
| HSV(B) | 166.39º | 0.4% | 0.95% | - |
| XYZ | 55.74 | 73.95 | 78.35 | - |
| YUV | 209.49 | 133.36 | 81.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 241 | 219 | 0.40 | 0 | 0.09 | 0.05 | 166.39 | 0.78 | 0.75 |
| Hex | 90 | F1 | DB | 28 | 0 | 9 | 5 | A6 | 4E | 4B |
| Octal | 220 | 361 | 333 | 50 | 0 | 11 | 5 | 246 | 116 | 113 |
| Binary | 10010000 | 11110001 | 11011011 | 101000 | 0 | 1001 | 101 | 10100110 | 1001110 | 1001011 |
Color Harmonies of #90F1DB
Complementary color
Monochromatic Colors of #90F1DB
Black with #90F1DB
Text Example
Text Example
White with #90F1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F1DB; }
p { color: rgb(144,241,219); }
H1.HeaderClassName
{
color: #90F1DB;
}
.AnyTagClassName
{
color: #90F1DB;
}
</style>
background-color css
<style>
a { background-color: #90F1DB; }
a { background-color: rgb(144,241,219); }
div.DivClassName
{
background-color: #90F1DB;
}
.BgClassName
{
background-color: #90F1DB;
}
</style>
border-color css
<style>
span { border-color: #90F1DB; }
span { border-color: rgb(144,241,219); }
td.TdClassName
{
border-color: #90F1DB;
}
.TagClassName
{
border-color: #90F1DB;
}
</style>