Shades of Aquamarine #90FADA
Tints of Aquamarine #90FADA
RGB
CMYK
RGB Variations
Color information
#90FADA (or 0x90FADA) is known color: Aquamarine. HEX triplet: 90, FA and DA. RGB value is (144,250,218). Sum of RGB (Red+Green+Blue) = 144+250+218=612 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.53% from 612); Green value is 250 (98.05% from 255 or 40.85% from 612); Blue value is 218 (85.55% from 255 or 35.62% from 612); Max value from RGB is 250 - color contains mainly: green. Hex color #90FADA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FADA is #6F0525. Grayscale: #D6D6D6. Windows color (decimal): -7275814 or 14350992. OLE color: 14350992.
HSL color Cylindrical-coordinate representation of color #90FADA: hue angle of 161.89º 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 #90FADA is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 250 | 218 | - |
| CMYK | 0.42 | 0 | 0.13 | 0.02 |
| HSL | 161.89º | 0.91% | 0.77% | - |
| HSV(B) | 161.89º | 0.42% | 0.98% | - |
| XYZ | 58.34 | 79.36 | 78.57 | - |
| YUV | 214.66 | 129.88 | 77.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 250 | 218 | 0.42 | 0 | 0.13 | 0.02 | 161.89 | 0.91 | 0.77 |
| Hex | 90 | FA | DA | 2A | 0 | D | 2 | A2 | 5B | 4D |
| Octal | 220 | 372 | 332 | 52 | 0 | 15 | 2 | 242 | 133 | 115 |
| Binary | 10010000 | 11111010 | 11011010 | 101010 | 0 | 1101 | 10 | 10100010 | 1011011 | 1001101 |
Color Harmonies of #90FADA
Complementary color
Monochromatic Colors of #90FADA
Black with #90FADA
Text Example
Text Example
White with #90FADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FADA; }
p { color: rgb(144,250,218); }
H1.HeaderClassName
{
color: #90FADA;
}
.AnyTagClassName
{
color: #90FADA;
}
</style>
background-color css
<style>
a { background-color: #90FADA; }
a { background-color: rgb(144,250,218); }
div.DivClassName
{
background-color: #90FADA;
}
.BgClassName
{
background-color: #90FADA;
}
</style>
border-color css
<style>
span { border-color: #90FADA; }
span { border-color: rgb(144,250,218); }
td.TdClassName
{
border-color: #90FADA;
}
.TagClassName
{
border-color: #90FADA;
}
</style>