Shades of Aquamarine #90F9DB
Tints of Aquamarine #90F9DB
RGB
CMYK
RGB Variations
Color information
#90F9DB (or 0x90F9DB) is known color: Aquamarine. HEX triplet: 90, F9 and DB. RGB value is (144,249,219). Sum of RGB (Red+Green+Blue) = 144+249+219=612 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.53% from 612); Green value is 249 (97.66% from 255 or 40.69% from 612); Blue value is 219 (85.94% from 255 or 35.78% from 612); Max value from RGB is 249 - color contains mainly: green. Hex color #90F9DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90F9DB is #6F0624. Grayscale: #D6D6D6. Windows color (decimal): -7276069 or 14416272. OLE color: 14416272.
HSL color Cylindrical-coordinate representation of color #90F9DB: hue angle of 162.86º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90F9DB is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 249 | 219 | - |
| CMYK | 0.42 | 0 | 0.12 | 0.02 |
| HSL | 162.86º | 0.9% | 0.77% | - |
| HSV(B) | 162.86º | 0.42% | 0.98% | - |
| XYZ | 58.16 | 78.8 | 79.16 | - |
| YUV | 214.19 | 130.71 | 77.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 249 | 219 | 0.42 | 0 | 0.12 | 0.02 | 162.86 | 0.9 | 0.77 |
| Hex | 90 | F9 | DB | 2A | 0 | C | 2 | A3 | 5A | 4D |
| Octal | 220 | 371 | 333 | 52 | 0 | 14 | 2 | 243 | 132 | 115 |
| Binary | 10010000 | 11111001 | 11011011 | 101010 | 0 | 1100 | 10 | 10100011 | 1011010 | 1001101 |
Color Harmonies of #90F9DB
Complementary color
Monochromatic Colors of #90F9DB
Black with #90F9DB
Text Example
Text Example
White with #90F9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F9DB; }
p { color: rgb(144,249,219); }
H1.HeaderClassName
{
color: #90F9DB;
}
.AnyTagClassName
{
color: #90F9DB;
}
</style>
background-color css
<style>
a { background-color: #90F9DB; }
a { background-color: rgb(144,249,219); }
div.DivClassName
{
background-color: #90F9DB;
}
.BgClassName
{
background-color: #90F9DB;
}
</style>
border-color css
<style>
span { border-color: #90F9DB; }
span { border-color: rgb(144,249,219); }
td.TdClassName
{
border-color: #90F9DB;
}
.TagClassName
{
border-color: #90F9DB;
}
</style>