Shades of Aquamarine #90F2C9
Tints of Aquamarine #90F2C9
RGB
CMYK
RGB Variations
Color information
#90F2C9 (or 0x90F2C9) is known color: Aquamarine. HEX triplet: 90, F2 and C9. RGB value is (144,242,201). Sum of RGB (Red+Green+Blue) = 144+242+201=587 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.53% from 587); Green value is 242 (94.92% from 255 or 41.23% from 587); Blue value is 201 (78.91% from 255 or 34.24% from 587); Max value from RGB is 242 - color contains mainly: green. Hex color #90F2C9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90F2C9 is #6F0D36. Grayscale: #D0D0D0. Windows color (decimal): -7277879 or 13234832. OLE color: 13234832.
HSL color Cylindrical-coordinate representation of color #90F2C9: hue angle of 154.9º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90F2C9 is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 242 | 201 | - |
| CMYK | 0.40 | 0 | 0.17 | 0.05 |
| HSL | 154.9º | 0.79% | 0.76% | - |
| HSV(B) | 154.9º | 0.4% | 0.95% | - |
| XYZ | 53.8 | 73.65 | 66.64 | - |
| YUV | 208.02 | 124.03 | 82.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 242 | 201 | 0.40 | 0 | 0.17 | 0.05 | 154.9 | 0.79 | 0.76 |
| Hex | 90 | F2 | C9 | 28 | 0 | 11 | 5 | 9B | 4F | 4C |
| Octal | 220 | 362 | 311 | 50 | 0 | 21 | 5 | 233 | 117 | 114 |
| Binary | 10010000 | 11110010 | 11001001 | 101000 | 0 | 10001 | 101 | 10011011 | 1001111 | 1001100 |
Color Harmonies of #90F2C9
Complementary color
Monochromatic Colors of #90F2C9
Black with #90F2C9
Text Example
Text Example
White with #90F2C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F2C9; }
p { color: rgb(144,242,201); }
H1.HeaderClassName
{
color: #90F2C9;
}
.AnyTagClassName
{
color: #90F2C9;
}
</style>
background-color css
<style>
a { background-color: #90F2C9; }
a { background-color: rgb(144,242,201); }
div.DivClassName
{
background-color: #90F2C9;
}
.BgClassName
{
background-color: #90F2C9;
}
</style>
border-color css
<style>
span { border-color: #90F2C9; }
span { border-color: rgb(144,242,201); }
td.TdClassName
{
border-color: #90F2C9;
}
.TagClassName
{
border-color: #90F2C9;
}
</style>