Shades of Aquamarine #90FFC2
Tints of Aquamarine #90FFC2
RGB
CMYK
RGB Variations
Color information
#90FFC2 (or 0x90FFC2) is known color: Aquamarine. HEX triplet: 90, FF and C2. RGB value is (144,255,194). Sum of RGB (Red+Green+Blue) = 144+255+194=593 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.28% from 593); Green value is 255 (100% from 255 or 43.00% from 593); Blue value is 194 (76.17% from 255 or 32.72% from 593); Max value from RGB is 255 - color contains mainly: green. Hex color #90FFC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FFC2 is #6F003D. Grayscale: #D6D6D6. Windows color (decimal): -7274558 or 12779408. OLE color: 12779408.
HSL color Cylindrical-coordinate representation of color #90FFC2: hue angle of 147.03º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #90FFC2 is Cyan = 0.44, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 144 | 255 | 194 | - |
| CMYK | 0.44 | 0 | 0.24 | 0 |
| HSL | 147.03º | 1% | 0.78% | - |
| HSV(B) | 147.03º | 0.44% | 1% | - |
| XYZ | 57 | 81.34 | 63.74 | - |
| YUV | 214.86 | 116.23 | 77.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 255 | 194 | 0.44 | 0 | 0.24 | 0 | 147.03 | 1 | 0.78 |
| Hex | 90 | FF | C2 | 2C | 0 | 18 | 0 | 93 | 64 | 4E |
| Octal | 220 | 377 | 302 | 54 | 0 | 30 | 0 | 223 | 144 | 116 |
| Binary | 10010000 | 11111111 | 11000010 | 101100 | 0 | 11000 | 0 | 10010011 | 1100100 | 1001110 |
Color Harmonies of #90FFC2
Complementary color
Monochromatic Colors of #90FFC2
Black with #90FFC2
Text Example
Text Example
White with #90FFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FFC2; }
p { color: rgb(144,255,194); }
H1.HeaderClassName
{
color: #90FFC2;
}
.AnyTagClassName
{
color: #90FFC2;
}
</style>
background-color css
<style>
a { background-color: #90FFC2; }
a { background-color: rgb(144,255,194); }
div.DivClassName
{
background-color: #90FFC2;
}
.BgClassName
{
background-color: #90FFC2;
}
</style>
border-color css
<style>
span { border-color: #90FFC2; }
span { border-color: rgb(144,255,194); }
td.TdClassName
{
border-color: #90FFC2;
}
.TagClassName
{
border-color: #90FFC2;
}
</style>