Shades of Aquamarine #90FAC6
Tints of Aquamarine #90FAC6
RGB
CMYK
RGB Variations
Color information
#90FAC6 (or 0x90FAC6) is known color: Aquamarine. HEX triplet: 90, FA and C6. RGB value is (144,250,198). Sum of RGB (Red+Green+Blue) = 144+250+198=592 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.32% from 592); Green value is 250 (98.05% from 255 or 42.23% from 592); Blue value is 198 (77.73% from 255 or 33.45% from 592); Max value from RGB is 250 - color contains mainly: green. Hex color #90FAC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FAC6 is #6F0539. Grayscale: #D4D4D4. Windows color (decimal): -7275834 or 13040272. OLE color: 13040272.
HSL color Cylindrical-coordinate representation of color #90FAC6: hue angle of 150.57º 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 #90FAC6 is Cyan = 0.42, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 250 | 198 | - |
| CMYK | 0.42 | 0 | 0.21 | 0.02 |
| HSL | 150.57º | 0.91% | 0.77% | - |
| HSV(B) | 150.57º | 0.42% | 0.98% | - |
| XYZ | 55.88 | 78.38 | 65.61 | - |
| YUV | 212.38 | 119.88 | 79.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 250 | 198 | 0.42 | 0 | 0.21 | 0.02 | 150.57 | 0.91 | 0.77 |
| Hex | 90 | FA | C6 | 2A | 0 | 15 | 2 | 97 | 5B | 4D |
| Octal | 220 | 372 | 306 | 52 | 0 | 25 | 2 | 227 | 133 | 115 |
| Binary | 10010000 | 11111010 | 11000110 | 101010 | 0 | 10101 | 10 | 10010111 | 1011011 | 1001101 |
Color Harmonies of #90FAC6
Complementary color
Monochromatic Colors of #90FAC6
Black with #90FAC6
Text Example
Text Example
White with #90FAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FAC6; }
p { color: rgb(144,250,198); }
H1.HeaderClassName
{
color: #90FAC6;
}
.AnyTagClassName
{
color: #90FAC6;
}
</style>
background-color css
<style>
a { background-color: #90FAC6; }
a { background-color: rgb(144,250,198); }
div.DivClassName
{
background-color: #90FAC6;
}
.BgClassName
{
background-color: #90FAC6;
}
</style>
border-color css
<style>
span { border-color: #90FAC6; }
span { border-color: rgb(144,250,198); }
td.TdClassName
{
border-color: #90FAC6;
}
.TagClassName
{
border-color: #90FAC6;
}
</style>