Shades of Aquamarine #90FAC9
Tints of Aquamarine #90FAC9
RGB
CMYK
RGB Variations
Color information
#90FAC9 (or 0x90FAC9) is known color: Aquamarine. HEX triplet: 90, FA and C9. RGB value is (144,250,201). Sum of RGB (Red+Green+Blue) = 144+250+201=595 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.20% from 595); Green value is 250 (98.05% from 255 or 42.02% from 595); Blue value is 201 (78.91% from 255 or 33.78% from 595); Max value from RGB is 250 - color contains mainly: green. Hex color #90FAC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FAC9 is #6F0536. Grayscale: #D4D4D4. Windows color (decimal): -7275831 or 13236880. OLE color: 13236880.
HSL color Cylindrical-coordinate representation of color #90FAC9: hue angle of 152.26º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90FAC9 is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 250 | 201 | - |
| CMYK | 0.42 | 0 | 0.20 | 0.02 |
| HSL | 152.26º | 0.91% | 0.77% | - |
| HSV(B) | 152.26º | 0.42% | 0.98% | - |
| XYZ | 56.23 | 78.52 | 67.45 | - |
| YUV | 212.72 | 121.38 | 78.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 250 | 201 | 0.42 | 0 | 0.20 | 0.02 | 152.26 | 0.91 | 0.77 |
| Hex | 90 | FA | C9 | 2A | 0 | 14 | 2 | 98 | 5B | 4D |
| Octal | 220 | 372 | 311 | 52 | 0 | 24 | 2 | 230 | 133 | 115 |
| Binary | 10010000 | 11111010 | 11001001 | 101010 | 0 | 10100 | 10 | 10011000 | 1011011 | 1001101 |
Color Harmonies of #90FAC9
Complementary color
Monochromatic Colors of #90FAC9
Black with #90FAC9
Text Example
Text Example
White with #90FAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FAC9; }
p { color: rgb(144,250,201); }
H1.HeaderClassName
{
color: #90FAC9;
}
.AnyTagClassName
{
color: #90FAC9;
}
</style>
background-color css
<style>
a { background-color: #90FAC9; }
a { background-color: rgb(144,250,201); }
div.DivClassName
{
background-color: #90FAC9;
}
.BgClassName
{
background-color: #90FAC9;
}
</style>
border-color css
<style>
span { border-color: #90FAC9; }
span { border-color: rgb(144,250,201); }
td.TdClassName
{
border-color: #90FAC9;
}
.TagClassName
{
border-color: #90FAC9;
}
</style>