Shades of Aquamarine #90F4D0
Tints of Aquamarine #90F4D0
RGB
CMYK
RGB Variations
Color information
#90F4D0 (or 0x90F4D0) is known color: Aquamarine. HEX triplet: 90, F4 and D0. RGB value is (144,244,208). Sum of RGB (Red+Green+Blue) = 144+244+208=596 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.16% from 596); Green value is 244 (95.70% from 255 or 40.94% from 596); Blue value is 208 (81.64% from 255 or 34.90% from 596); Max value from RGB is 244 - color contains mainly: green. Hex color #90F4D0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90F4D0 is #6F0B2F. Grayscale: #D2D2D2. Windows color (decimal): -7277360 or 13694096. OLE color: 13694096.
HSL color Cylindrical-coordinate representation of color #90F4D0: hue angle of 158.4º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #90F4D0 is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 144 | 244 | 208 | - |
| CMYK | 0.41 | 0 | 0.15 | 0.04 |
| HSL | 158.4º | 0.82% | 0.76% | - |
| HSV(B) | 158.4º | 0.41% | 0.96% | - |
| XYZ | 55.24 | 75.18 | 71.28 | - |
| YUV | 210 | 126.87 | 80.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 244 | 208 | 0.41 | 0 | 0.15 | 0.04 | 158.4 | 0.82 | 0.76 |
| Hex | 90 | F4 | D0 | 29 | 0 | F | 4 | 9E | 52 | 4C |
| Octal | 220 | 364 | 320 | 51 | 0 | 17 | 4 | 236 | 122 | 114 |
| Binary | 10010000 | 11110100 | 11010000 | 101001 | 0 | 1111 | 100 | 10011110 | 1010010 | 1001100 |
Color Harmonies of #90F4D0
Complementary color
Monochromatic Colors of #90F4D0
Black with #90F4D0
Text Example
Text Example
White with #90F4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F4D0; }
p { color: rgb(144,244,208); }
H1.HeaderClassName
{
color: #90F4D0;
}
.AnyTagClassName
{
color: #90F4D0;
}
</style>
background-color css
<style>
a { background-color: #90F4D0; }
a { background-color: rgb(144,244,208); }
div.DivClassName
{
background-color: #90F4D0;
}
.BgClassName
{
background-color: #90F4D0;
}
</style>
border-color css
<style>
span { border-color: #90F4D0; }
span { border-color: rgb(144,244,208); }
td.TdClassName
{
border-color: #90F4D0;
}
.TagClassName
{
border-color: #90F4D0;
}
</style>