Shades of Aquamarine #90FEC0
Tints of Aquamarine #90FEC0
RGB
CMYK
RGB Variations
Color information
#90FEC0 (or 0x90FEC0) is known color: Aquamarine. HEX triplet: 90, FE and C0. RGB value is (144,254,192). Sum of RGB (Red+Green+Blue) = 144+254+192=590 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.41% from 590); Green value is 254 (99.61% from 255 or 43.05% from 590); Blue value is 192 (75.39% from 255 or 32.54% from 590); Max value from RGB is 254 - color contains mainly: green. Hex color #90FEC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FEC0 is #6F013F. Grayscale: #D6D6D6. Windows color (decimal): -7274816 or 12648080. OLE color: 12648080.
HSL color Cylindrical-coordinate representation of color #90FEC0: hue angle of 146.18º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90FEC0 is Cyan = 0.43, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 144 | 254 | 192 | - |
| CMYK | 0.43 | 0 | 0.24 | 0.00 |
| HSL | 146.18º | 0.98% | 0.78% | - |
| HSV(B) | 146.18º | 0.43% | 1% | - |
| XYZ | 56.46 | 80.62 | 62.45 | - |
| YUV | 214.04 | 115.56 | 78.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 254 | 192 | 0.43 | 0 | 0.24 | 0.00 | 146.18 | 0.98 | 0.78 |
| Hex | 90 | FE | C0 | 2B | 0 | 18 | 0 | 92 | 62 | 4E |
| Octal | 220 | 376 | 300 | 53 | 0 | 30 | 0 | 222 | 142 | 116 |
| Binary | 10010000 | 11111110 | 11000000 | 101011 | 0 | 11000 | 0 | 10010010 | 1100010 | 1001110 |
Color Harmonies of #90FEC0
Complementary color
Monochromatic Colors of #90FEC0
Black with #90FEC0
Text Example
Text Example
White with #90FEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FEC0; }
p { color: rgb(144,254,192); }
H1.HeaderClassName
{
color: #90FEC0;
}
.AnyTagClassName
{
color: #90FEC0;
}
</style>
background-color css
<style>
a { background-color: #90FEC0; }
a { background-color: rgb(144,254,192); }
div.DivClassName
{
background-color: #90FEC0;
}
.BgClassName
{
background-color: #90FEC0;
}
</style>
border-color css
<style>
span { border-color: #90FEC0; }
span { border-color: rgb(144,254,192); }
td.TdClassName
{
border-color: #90FEC0;
}
.TagClassName
{
border-color: #90FEC0;
}
</style>