Shades of Aquamarine #90FCC0
Tints of Aquamarine #90FCC0
RGB
CMYK
RGB Variations
Color information
#90FCC0 (or 0x90FCC0) is known color: Aquamarine. HEX triplet: 90, FC and C0. RGB value is (144,252,192). Sum of RGB (Red+Green+Blue) = 144+252+192=588 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.49% from 588); Green value is 252 (98.83% from 255 or 42.86% from 588); Blue value is 192 (75.39% from 255 or 32.65% from 588); Max value from RGB is 252 - color contains mainly: green. Hex color #90FCC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FCC0 is #6F033F. Grayscale: #D4D4D4. Windows color (decimal): -7275328 or 12647568. OLE color: 12647568.
HSL color Cylindrical-coordinate representation of color #90FCC0: hue angle of 146.67º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90FCC0 is Cyan = 0.43, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 252 | 192 | - |
| CMYK | 0.43 | 0 | 0.24 | 0.01 |
| HSL | 146.67º | 0.95% | 0.78% | - |
| HSV(B) | 146.67º | 0.43% | 0.99% | - |
| XYZ | 55.83 | 79.36 | 62.24 | - |
| YUV | 212.87 | 116.22 | 78.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 252 | 192 | 0.43 | 0 | 0.24 | 0.01 | 146.67 | 0.95 | 0.78 |
| Hex | 90 | FC | C0 | 2B | 0 | 18 | 1 | 93 | 5F | 4E |
| Octal | 220 | 374 | 300 | 53 | 0 | 30 | 1 | 223 | 137 | 116 |
| Binary | 10010000 | 11111100 | 11000000 | 101011 | 0 | 11000 | 1 | 10010011 | 1011111 | 1001110 |
Color Harmonies of #90FCC0
Complementary color
Monochromatic Colors of #90FCC0
Black with #90FCC0
Text Example
Text Example
White with #90FCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FCC0; }
p { color: rgb(144,252,192); }
H1.HeaderClassName
{
color: #90FCC0;
}
.AnyTagClassName
{
color: #90FCC0;
}
</style>
background-color css
<style>
a { background-color: #90FCC0; }
a { background-color: rgb(144,252,192); }
div.DivClassName
{
background-color: #90FCC0;
}
.BgClassName
{
background-color: #90FCC0;
}
</style>
border-color css
<style>
span { border-color: #90FCC0; }
span { border-color: rgb(144,252,192); }
td.TdClassName
{
border-color: #90FCC0;
}
.TagClassName
{
border-color: #90FCC0;
}
</style>