Shades of Aquamarine #90FED0
Tints of Aquamarine #90FED0
RGB
CMYK
RGB Variations
Color information
#90FED0 (or 0x90FED0) is known color: Aquamarine. HEX triplet: 90, FE and D0. RGB value is (144,254,208). Sum of RGB (Red+Green+Blue) = 144+254+208=606 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.76% from 606); Green value is 254 (99.61% from 255 or 41.91% from 606); Blue value is 208 (81.64% from 255 or 34.32% from 606); Max value from RGB is 254 - color contains mainly: green. Hex color #90FED0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FED0 is #6F012F. Grayscale: #D7D7D7. Windows color (decimal): -7274800 or 13696656. OLE color: 13696656.
HSL color Cylindrical-coordinate representation of color #90FED0: hue angle of 154.91º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90FED0 is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 144 | 254 | 208 | - |
| CMYK | 0.43 | 0 | 0.18 | 0.00 |
| HSL | 154.91º | 0.98% | 0.78% | - |
| HSV(B) | 154.91º | 0.43% | 1% | - |
| XYZ | 58.33 | 81.37 | 72.31 | - |
| YUV | 215.87 | 123.56 | 76.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 254 | 208 | 0.43 | 0 | 0.18 | 0.00 | 154.91 | 0.98 | 0.78 |
| Hex | 90 | FE | D0 | 2B | 0 | 12 | 0 | 9B | 62 | 4E |
| Octal | 220 | 376 | 320 | 53 | 0 | 22 | 0 | 233 | 142 | 116 |
| Binary | 10010000 | 11111110 | 11010000 | 101011 | 0 | 10010 | 0 | 10011011 | 1100010 | 1001110 |
Color Harmonies of #90FED0
Complementary color
Monochromatic Colors of #90FED0
Black with #90FED0
Text Example
Text Example
White with #90FED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FED0; }
p { color: rgb(144,254,208); }
H1.HeaderClassName
{
color: #90FED0;
}
.AnyTagClassName
{
color: #90FED0;
}
</style>
background-color css
<style>
a { background-color: #90FED0; }
a { background-color: rgb(144,254,208); }
div.DivClassName
{
background-color: #90FED0;
}
.BgClassName
{
background-color: #90FED0;
}
</style>
border-color css
<style>
span { border-color: #90FED0; }
span { border-color: rgb(144,254,208); }
td.TdClassName
{
border-color: #90FED0;
}
.TagClassName
{
border-color: #90FED0;
}
</style>