Shades of Aquamarine #90FAD4
Tints of Aquamarine #90FAD4
RGB
CMYK
RGB Variations
Color information
#90FAD4 (or 0x90FAD4) is known color: Aquamarine. HEX triplet: 90, FA and D4. RGB value is (144,250,212). Sum of RGB (Red+Green+Blue) = 144+250+212=606 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.76% from 606); Green value is 250 (98.05% from 255 or 41.25% from 606); Blue value is 212 (83.20% from 255 or 34.98% from 606); Max value from RGB is 250 - color contains mainly: green. Hex color #90FAD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FAD4 is #6F052B. Grayscale: #D6D6D6. Windows color (decimal): -7275820 or 13957776. OLE color: 13957776.
HSL color Cylindrical-coordinate representation of color #90FAD4: hue angle of 158.49º 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 #90FAD4 is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 250 | 212 | - |
| CMYK | 0.42 | 0 | 0.15 | 0.02 |
| HSL | 158.49º | 0.91% | 0.77% | - |
| HSV(B) | 158.49º | 0.42% | 0.98% | - |
| XYZ | 57.57 | 79.05 | 74.51 | - |
| YUV | 213.97 | 126.88 | 78.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 250 | 212 | 0.42 | 0 | 0.15 | 0.02 | 158.49 | 0.91 | 0.77 |
| Hex | 90 | FA | D4 | 2A | 0 | F | 2 | 9E | 5B | 4D |
| Octal | 220 | 372 | 324 | 52 | 0 | 17 | 2 | 236 | 133 | 115 |
| Binary | 10010000 | 11111010 | 11010100 | 101010 | 0 | 1111 | 10 | 10011110 | 1011011 | 1001101 |
Color Harmonies of #90FAD4
Complementary color
Monochromatic Colors of #90FAD4
Black with #90FAD4
Text Example
Text Example
White with #90FAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FAD4; }
p { color: rgb(144,250,212); }
H1.HeaderClassName
{
color: #90FAD4;
}
.AnyTagClassName
{
color: #90FAD4;
}
</style>
background-color css
<style>
a { background-color: #90FAD4; }
a { background-color: rgb(144,250,212); }
div.DivClassName
{
background-color: #90FAD4;
}
.BgClassName
{
background-color: #90FAD4;
}
</style>
border-color css
<style>
span { border-color: #90FAD4; }
span { border-color: rgb(144,250,212); }
td.TdClassName
{
border-color: #90FAD4;
}
.TagClassName
{
border-color: #90FAD4;
}
</style>