Shades of Aquamarine #90FADE
Tints of Aquamarine #90FADE
RGB
CMYK
RGB Variations
Color information
#90FADE (or 0x90FADE) is known color: Aquamarine. HEX triplet: 90, FA and DE. RGB value is (144,250,222). Sum of RGB (Red+Green+Blue) = 144+250+222=616 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.38% from 616); Green value is 250 (98.05% from 255 or 40.58% from 616); Blue value is 222 (87.11% from 255 or 36.04% from 616); Max value from RGB is 250 - color contains mainly: green. Hex color #90FADE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FADE is #6F0521. Grayscale: #D7D7D7. Windows color (decimal): -7275810 or 14613136. OLE color: 14613136.
HSL color Cylindrical-coordinate representation of color #90FADE: hue angle of 164.15º 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 #90FADE is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 250 | 222 | - |
| CMYK | 0.42 | 0 | 0.11 | 0.02 |
| HSL | 164.15º | 0.91% | 0.77% | - |
| HSV(B) | 164.15º | 0.42% | 0.98% | - |
| XYZ | 58.87 | 79.57 | 81.36 | - |
| YUV | 215.11 | 131.88 | 77.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 250 | 222 | 0.42 | 0 | 0.11 | 0.02 | 164.15 | 0.91 | 0.77 |
| Hex | 90 | FA | DE | 2A | 0 | B | 2 | A4 | 5B | 4D |
| Octal | 220 | 372 | 336 | 52 | 0 | 13 | 2 | 244 | 133 | 115 |
| Binary | 10010000 | 11111010 | 11011110 | 101010 | 0 | 1011 | 10 | 10100100 | 1011011 | 1001101 |
Color Harmonies of #90FADE
Complementary color
Monochromatic Colors of #90FADE
Black with #90FADE
Text Example
Text Example
White with #90FADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FADE; }
p { color: rgb(144,250,222); }
H1.HeaderClassName
{
color: #90FADE;
}
.AnyTagClassName
{
color: #90FADE;
}
</style>
background-color css
<style>
a { background-color: #90FADE; }
a { background-color: rgb(144,250,222); }
div.DivClassName
{
background-color: #90FADE;
}
.BgClassName
{
background-color: #90FADE;
}
</style>
border-color css
<style>
span { border-color: #90FADE; }
span { border-color: rgb(144,250,222); }
td.TdClassName
{
border-color: #90FADE;
}
.TagClassName
{
border-color: #90FADE;
}
</style>