Shades of Aquamarine #90FED4
Tints of Aquamarine #90FED4
RGB
CMYK
RGB Variations
Color information
#90FED4 (or 0x90FED4) is known color: Aquamarine. HEX triplet: 90, FE and D4. RGB value is (144,254,212). Sum of RGB (Red+Green+Blue) = 144+254+212=610 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.61% from 610); Green value is 254 (99.61% from 255 or 41.64% from 610); Blue value is 212 (83.20% from 255 or 34.75% from 610); Max value from RGB is 254 - color contains mainly: green. Hex color #90FED4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FED4 is #6F012B. Grayscale: #D8D8D8. Windows color (decimal): -7274796 or 13958800. OLE color: 13958800.
HSL color Cylindrical-coordinate representation of color #90FED4: hue angle of 157.09º 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 #90FED4 is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 144 | 254 | 212 | - |
| CMYK | 0.43 | 0 | 0.17 | 0.00 |
| HSL | 157.09º | 0.98% | 0.78% | - |
| HSV(B) | 157.09º | 0.43% | 1% | - |
| XYZ | 58.83 | 81.57 | 74.93 | - |
| YUV | 216.32 | 125.56 | 76.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 254 | 212 | 0.43 | 0 | 0.17 | 0.00 | 157.09 | 0.98 | 0.78 |
| Hex | 90 | FE | D4 | 2B | 0 | 11 | 0 | 9D | 62 | 4E |
| Octal | 220 | 376 | 324 | 53 | 0 | 21 | 0 | 235 | 142 | 116 |
| Binary | 10010000 | 11111110 | 11010100 | 101011 | 0 | 10001 | 0 | 10011101 | 1100010 | 1001110 |
Color Harmonies of #90FED4
Complementary color
Monochromatic Colors of #90FED4
Black with #90FED4
Text Example
Text Example
White with #90FED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FED4; }
p { color: rgb(144,254,212); }
H1.HeaderClassName
{
color: #90FED4;
}
.AnyTagClassName
{
color: #90FED4;
}
</style>
background-color css
<style>
a { background-color: #90FED4; }
a { background-color: rgb(144,254,212); }
div.DivClassName
{
background-color: #90FED4;
}
.BgClassName
{
background-color: #90FED4;
}
</style>
border-color css
<style>
span { border-color: #90FED4; }
span { border-color: rgb(144,254,212); }
td.TdClassName
{
border-color: #90FED4;
}
.TagClassName
{
border-color: #90FED4;
}
</style>