Shades of Aquamarine #90F4C9
Tints of Aquamarine #90F4C9
RGB
CMYK
RGB Variations
Color information
#90F4C9 (or 0x90F4C9) is known color: Aquamarine. HEX triplet: 90, F4 and C9. RGB value is (144,244,201). Sum of RGB (Red+Green+Blue) = 144+244+201=589 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.45% from 589); Green value is 244 (95.70% from 255 or 41.43% from 589); Blue value is 201 (78.91% from 255 or 34.13% from 589); Max value from RGB is 244 - color contains mainly: green. Hex color #90F4C9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90F4C9 is #6F0B36. Grayscale: #D1D1D1. Windows color (decimal): -7277367 or 13235344. OLE color: 13235344.
HSL color Cylindrical-coordinate representation of color #90F4C9: hue angle of 154.2º 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 #90F4C9 is Cyan = 0.41, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 144 | 244 | 201 | - |
| CMYK | 0.41 | 0 | 0.18 | 0.04 |
| HSL | 154.2º | 0.82% | 0.76% | - |
| HSV(B) | 154.2º | 0.41% | 0.96% | - |
| XYZ | 54.39 | 74.85 | 66.84 | - |
| YUV | 209.2 | 123.37 | 81.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 244 | 201 | 0.41 | 0 | 0.18 | 0.04 | 154.2 | 0.82 | 0.76 |
| Hex | 90 | F4 | C9 | 29 | 0 | 12 | 4 | 9A | 52 | 4C |
| Octal | 220 | 364 | 311 | 51 | 0 | 22 | 4 | 232 | 122 | 114 |
| Binary | 10010000 | 11110100 | 11001001 | 101001 | 0 | 10010 | 100 | 10011010 | 1010010 | 1001100 |
Color Harmonies of #90F4C9
Complementary color
Monochromatic Colors of #90F4C9
Black with #90F4C9
Text Example
Text Example
White with #90F4C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F4C9; }
p { color: rgb(144,244,201); }
H1.HeaderClassName
{
color: #90F4C9;
}
.AnyTagClassName
{
color: #90F4C9;
}
</style>
background-color css
<style>
a { background-color: #90F4C9; }
a { background-color: rgb(144,244,201); }
div.DivClassName
{
background-color: #90F4C9;
}
.BgClassName
{
background-color: #90F4C9;
}
</style>
border-color css
<style>
span { border-color: #90F4C9; }
span { border-color: rgb(144,244,201); }
td.TdClassName
{
border-color: #90F4C9;
}
.TagClassName
{
border-color: #90F4C9;
}
</style>