Shades of Aquamarine #90FAD3
Tints of Aquamarine #90FAD3
RGB
CMYK
RGB Variations
Color information
#90FAD3 (or 0x90FAD3) is known color: Aquamarine. HEX triplet: 90, FA and D3. RGB value is (144,250,211). Sum of RGB (Red+Green+Blue) = 144+250+211=605 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.80% from 605); Green value is 250 (98.05% from 255 or 41.32% from 605); Blue value is 211 (82.81% from 255 or 34.88% from 605); Max value from RGB is 250 - color contains mainly: green. Hex color #90FAD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FAD3 is #6F052C. Grayscale: #D5D5D5. Windows color (decimal): -7275821 or 13892240. OLE color: 13892240.
HSL color Cylindrical-coordinate representation of color #90FAD3: hue angle of 157.92º 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 #90FAD3 is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 250 | 211 | - |
| CMYK | 0.42 | 0 | 0.16 | 0.02 |
| HSL | 157.92º | 0.91% | 0.77% | - |
| HSV(B) | 157.92º | 0.42% | 0.98% | - |
| XYZ | 57.45 | 79 | 73.85 | - |
| YUV | 213.86 | 126.38 | 78.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 250 | 211 | 0.42 | 0 | 0.16 | 0.02 | 157.92 | 0.91 | 0.77 |
| Hex | 90 | FA | D3 | 2A | 0 | 10 | 2 | 9E | 5B | 4D |
| Octal | 220 | 372 | 323 | 52 | 0 | 20 | 2 | 236 | 133 | 115 |
| Binary | 10010000 | 11111010 | 11010011 | 101010 | 0 | 10000 | 10 | 10011110 | 1011011 | 1001101 |
Color Harmonies of #90FAD3
Complementary color
Monochromatic Colors of #90FAD3
Black with #90FAD3
Text Example
Text Example
White with #90FAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FAD3; }
p { color: rgb(144,250,211); }
H1.HeaderClassName
{
color: #90FAD3;
}
.AnyTagClassName
{
color: #90FAD3;
}
</style>
background-color css
<style>
a { background-color: #90FAD3; }
a { background-color: rgb(144,250,211); }
div.DivClassName
{
background-color: #90FAD3;
}
.BgClassName
{
background-color: #90FAD3;
}
</style>
border-color css
<style>
span { border-color: #90FAD3; }
span { border-color: rgb(144,250,211); }
td.TdClassName
{
border-color: #90FAD3;
}
.TagClassName
{
border-color: #90FAD3;
}
</style>