Shades of Aquamarine #90F7DC
Tints of Aquamarine #90F7DC
RGB
CMYK
RGB Variations
Color information
#90F7DC (or 0x90F7DC) is known color: Aquamarine. HEX triplet: 90, F7 and DC. RGB value is (144,247,220). Sum of RGB (Red+Green+Blue) = 144+247+220=611 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.57% from 611); Green value is 247 (96.88% from 255 or 40.43% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 247 - color contains mainly: green. Hex color #90F7DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90F7DC is #6F0823. Grayscale: #D5D5D5. Windows color (decimal): -7276580 or 14481296. OLE color: 14481296.
HSL color Cylindrical-coordinate representation of color #90F7DC: hue angle of 164.27º degrees, saturation: 0.87, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90F7DC is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 144 | 247 | 220 | - |
| CMYK | 0.42 | 0 | 0.11 | 0.03 |
| HSL | 164.27º | 0.87% | 0.77% | - |
| HSV(B) | 164.27º | 0.42% | 0.97% | - |
| XYZ | 57.68 | 77.62 | 79.65 | - |
| YUV | 213.13 | 131.88 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 247 | 220 | 0.42 | 0 | 0.11 | 0.03 | 164.27 | 0.87 | 0.77 |
| Hex | 90 | F7 | DC | 2A | 0 | B | 3 | A4 | 57 | 4D |
| Octal | 220 | 367 | 334 | 52 | 0 | 13 | 3 | 244 | 127 | 115 |
| Binary | 10010000 | 11110111 | 11011100 | 101010 | 0 | 1011 | 11 | 10100100 | 1010111 | 1001101 |
Color Harmonies of #90F7DC
Complementary color
Monochromatic Colors of #90F7DC
Black with #90F7DC
Text Example
Text Example
White with #90F7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F7DC; }
p { color: rgb(144,247,220); }
H1.HeaderClassName
{
color: #90F7DC;
}
.AnyTagClassName
{
color: #90F7DC;
}
</style>
background-color css
<style>
a { background-color: #90F7DC; }
a { background-color: rgb(144,247,220); }
div.DivClassName
{
background-color: #90F7DC;
}
.BgClassName
{
background-color: #90F7DC;
}
</style>
border-color css
<style>
span { border-color: #90F7DC; }
span { border-color: rgb(144,247,220); }
td.TdClassName
{
border-color: #90F7DC;
}
.TagClassName
{
border-color: #90F7DC;
}
</style>