Shades of Aquamarine #90FFD7
Tints of Aquamarine #90FFD7
RGB
CMYK
RGB Variations
Color information
#90FFD7 (or 0x90FFD7) is known color: Aquamarine. HEX triplet: 90, FF and D7. RGB value is (144,255,215). Sum of RGB (Red+Green+Blue) = 144+255+215=614 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.45% from 614); Green value is 255 (100% from 255 or 41.53% from 614); Blue value is 215 (84.38% from 255 or 35.02% from 614); Max value from RGB is 255 - color contains mainly: green. Hex color #90FFD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FFD7 is #6F0028. Grayscale: #D9D9D9. Windows color (decimal): -7274537 or 14155664. OLE color: 14155664.
HSL color Cylindrical-coordinate representation of color #90FFD7: hue angle of 158.38º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #90FFD7 is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 144 | 255 | 215 | - |
| CMYK | 0.44 | 0 | 0.16 | 0 |
| HSL | 158.38º | 1% | 0.78% | - |
| HSV(B) | 158.38º | 0.44% | 1% | - |
| XYZ | 59.53 | 82.36 | 77.05 | - |
| YUV | 217.25 | 126.73 | 75.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 255 | 215 | 0.44 | 0 | 0.16 | 0 | 158.38 | 1 | 0.78 |
| Hex | 90 | FF | D7 | 2C | 0 | 10 | 0 | 9E | 64 | 4E |
| Octal | 220 | 377 | 327 | 54 | 0 | 20 | 0 | 236 | 144 | 116 |
| Binary | 10010000 | 11111111 | 11010111 | 101100 | 0 | 10000 | 0 | 10011110 | 1100100 | 1001110 |
Color Harmonies of #90FFD7
Complementary color
Monochromatic Colors of #90FFD7
Black with #90FFD7
Text Example
Text Example
White with #90FFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FFD7; }
p { color: rgb(144,255,215); }
H1.HeaderClassName
{
color: #90FFD7;
}
.AnyTagClassName
{
color: #90FFD7;
}
</style>
background-color css
<style>
a { background-color: #90FFD7; }
a { background-color: rgb(144,255,215); }
div.DivClassName
{
background-color: #90FFD7;
}
.BgClassName
{
background-color: #90FFD7;
}
</style>
border-color css
<style>
span { border-color: #90FFD7; }
span { border-color: rgb(144,255,215); }
td.TdClassName
{
border-color: #90FFD7;
}
.TagClassName
{
border-color: #90FFD7;
}
</style>