Shades of Aquamarine #90FFEA
Tints of Aquamarine #90FFEA
RGB
CMYK
RGB Variations
Color information
#90FFEA (or 0x90FFEA) is known color: Aquamarine. HEX triplet: 90, FF and EA. RGB value is (144,255,234). Sum of RGB (Red+Green+Blue) = 144+255+234=633 (83% of max value = 765). Red value is 144 (56.64% from 255 or 22.75% from 633); Green value is 255 (100% from 255 or 40.28% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 255 - color contains mainly: green. Hex color #90FFEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90FFEA is #6F0015. Grayscale: #DBDBDB. Windows color (decimal): -7274518 or 15400848. OLE color: 15400848.
HSL color Cylindrical-coordinate representation of color #90FFEA: hue angle of 168.65º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #90FFEA is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 144 | 255 | 234 | - |
| CMYK | 0.44 | 0 | 0.08 | 0 |
| HSL | 168.65º | 1% | 0.78% | - |
| HSV(B) | 168.65º | 0.44% | 1% | - |
| XYZ | 62.11 | 83.39 | 90.66 | - |
| YUV | 219.42 | 136.23 | 74.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 255 | 234 | 0.44 | 0 | 0.08 | 0 | 168.65 | 1 | 0.78 |
| Hex | 90 | FF | EA | 2C | 0 | 8 | 0 | A9 | 64 | 4E |
| Octal | 220 | 377 | 352 | 54 | 0 | 10 | 0 | 251 | 144 | 116 |
| Binary | 10010000 | 11111111 | 11101010 | 101100 | 0 | 1000 | 0 | 10101001 | 1100100 | 1001110 |
Color Harmonies of #90FFEA
Complementary color
Monochromatic Colors of #90FFEA
Black with #90FFEA
Text Example
Text Example
White with #90FFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FFEA; }
p { color: rgb(144,255,234); }
H1.HeaderClassName
{
color: #90FFEA;
}
.AnyTagClassName
{
color: #90FFEA;
}
</style>
background-color css
<style>
a { background-color: #90FFEA; }
a { background-color: rgb(144,255,234); }
div.DivClassName
{
background-color: #90FFEA;
}
.BgClassName
{
background-color: #90FFEA;
}
</style>
border-color css
<style>
span { border-color: #90FFEA; }
span { border-color: rgb(144,255,234); }
td.TdClassName
{
border-color: #90FFEA;
}
.TagClassName
{
border-color: #90FFEA;
}
</style>