Shades of Aquamarine #90FBC9
Tints of Aquamarine #90FBC9
RGB
CMYK
RGB Variations
Color information
#90FBC9 (or 0x90FBC9) is known color: Aquamarine. HEX triplet: 90, FB and C9. RGB value is (144,251,201). Sum of RGB (Red+Green+Blue) = 144+251+201=596 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.16% from 596); Green value is 251 (98.44% from 255 or 42.11% from 596); Blue value is 201 (78.91% from 255 or 33.72% from 596); Max value from RGB is 251 - color contains mainly: green. Hex color #90FBC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FBC9 is #6F0436. Grayscale: #D5D5D5. Windows color (decimal): -7275575 or 13237136. OLE color: 13237136.
HSL color Cylindrical-coordinate representation of color #90FBC9: hue angle of 151.96º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90FBC9 is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 251 | 201 | - |
| CMYK | 0.43 | 0 | 0.20 | 0.02 |
| HSL | 151.96º | 0.93% | 0.77% | - |
| HSV(B) | 151.96º | 0.43% | 0.98% | - |
| XYZ | 56.54 | 79.14 | 67.55 | - |
| YUV | 213.31 | 121.05 | 78.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 251 | 201 | 0.43 | 0 | 0.20 | 0.02 | 151.96 | 0.93 | 0.77 |
| Hex | 90 | FB | C9 | 2B | 0 | 14 | 2 | 98 | 5D | 4D |
| Octal | 220 | 373 | 311 | 53 | 0 | 24 | 2 | 230 | 135 | 115 |
| Binary | 10010000 | 11111011 | 11001001 | 101011 | 0 | 10100 | 10 | 10011000 | 1011101 | 1001101 |
Color Harmonies of #90FBC9
Complementary color
Monochromatic Colors of #90FBC9
Black with #90FBC9
Text Example
Text Example
White with #90FBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FBC9; }
p { color: rgb(144,251,201); }
H1.HeaderClassName
{
color: #90FBC9;
}
.AnyTagClassName
{
color: #90FBC9;
}
</style>
background-color css
<style>
a { background-color: #90FBC9; }
a { background-color: rgb(144,251,201); }
div.DivClassName
{
background-color: #90FBC9;
}
.BgClassName
{
background-color: #90FBC9;
}
</style>
border-color css
<style>
span { border-color: #90FBC9; }
span { border-color: rgb(144,251,201); }
td.TdClassName
{
border-color: #90FBC9;
}
.TagClassName
{
border-color: #90FBC9;
}
</style>