Shades of Aquamarine #90FAC7
Tints of Aquamarine #90FAC7
RGB
CMYK
RGB Variations
Color information
#90FAC7 (or 0x90FAC7) is known color: Aquamarine. HEX triplet: 90, FA and C7. RGB value is (144,250,199). Sum of RGB (Red+Green+Blue) = 144+250+199=593 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.28% from 593); Green value is 250 (98.05% from 255 or 42.16% from 593); Blue value is 199 (78.12% from 255 or 33.56% from 593); Max value from RGB is 250 - color contains mainly: green. Hex color #90FAC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FAC7 is #6F0538. Grayscale: #D4D4D4. Windows color (decimal): -7275833 or 13105808. OLE color: 13105808.
HSL color Cylindrical-coordinate representation of color #90FAC7: hue angle of 151.13º 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 #90FAC7 is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 250 | 199 | - |
| CMYK | 0.42 | 0 | 0.20 | 0.02 |
| HSL | 151.13º | 0.91% | 0.77% | - |
| HSV(B) | 151.13º | 0.42% | 0.98% | - |
| XYZ | 56 | 78.42 | 66.22 | - |
| YUV | 212.49 | 120.38 | 79.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 250 | 199 | 0.42 | 0 | 0.20 | 0.02 | 151.13 | 0.91 | 0.77 |
| Hex | 90 | FA | C7 | 2A | 0 | 14 | 2 | 97 | 5B | 4D |
| Octal | 220 | 372 | 307 | 52 | 0 | 24 | 2 | 227 | 133 | 115 |
| Binary | 10010000 | 11111010 | 11000111 | 101010 | 0 | 10100 | 10 | 10010111 | 1011011 | 1001101 |
Color Harmonies of #90FAC7
Complementary color
Monochromatic Colors of #90FAC7
Black with #90FAC7
Text Example
Text Example
White with #90FAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FAC7; }
p { color: rgb(144,250,199); }
H1.HeaderClassName
{
color: #90FAC7;
}
.AnyTagClassName
{
color: #90FAC7;
}
</style>
background-color css
<style>
a { background-color: #90FAC7; }
a { background-color: rgb(144,250,199); }
div.DivClassName
{
background-color: #90FAC7;
}
.BgClassName
{
background-color: #90FAC7;
}
</style>
border-color css
<style>
span { border-color: #90FAC7; }
span { border-color: rgb(144,250,199); }
td.TdClassName
{
border-color: #90FAC7;
}
.TagClassName
{
border-color: #90FAC7;
}
</style>