Shades of Aquamarine #90FFE2
Tints of Aquamarine #90FFE2
RGB
CMYK
RGB Variations
Color information
#90FFE2 (or 0x90FFE2) is known color: Aquamarine. HEX triplet: 90, FF and E2. RGB value is (144,255,226). Sum of RGB (Red+Green+Blue) = 144+255+226=625 (82% of max value = 765). Red value is 144 (56.64% from 255 or 23.04% from 625); Green value is 255 (100% from 255 or 40.8% from 625); Blue value is 226 (88.67% from 255 or 36.16% from 625); Max value from RGB is 255 - color contains mainly: green. Hex color #90FFE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90FFE2 is #6F001D. Grayscale: #DADADA. Windows color (decimal): -7274526 or 14876560. OLE color: 14876560.
HSL color Cylindrical-coordinate representation of color #90FFE2: hue angle of 164.32º 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 #90FFE2 is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 144 | 255 | 226 | - |
| CMYK | 0.44 | 0 | 0.11 | 0 |
| HSL | 164.32º | 1% | 0.78% | - |
| HSV(B) | 164.32º | 0.44% | 1% | - |
| XYZ | 60.99 | 82.94 | 84.75 | - |
| YUV | 218.51 | 132.23 | 74.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 255 | 226 | 0.44 | 0 | 0.11 | 0 | 164.32 | 1 | 0.78 |
| Hex | 90 | FF | E2 | 2C | 0 | B | 0 | A4 | 64 | 4E |
| Octal | 220 | 377 | 342 | 54 | 0 | 13 | 0 | 244 | 144 | 116 |
| Binary | 10010000 | 11111111 | 11100010 | 101100 | 0 | 1011 | 0 | 10100100 | 1100100 | 1001110 |
Color Harmonies of #90FFE2
Complementary color
Monochromatic Colors of #90FFE2
Black with #90FFE2
Text Example
Text Example
White with #90FFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90FFE2; }
p { color: rgb(144,255,226); }
H1.HeaderClassName
{
color: #90FFE2;
}
.AnyTagClassName
{
color: #90FFE2;
}
</style>
background-color css
<style>
a { background-color: #90FFE2; }
a { background-color: rgb(144,255,226); }
div.DivClassName
{
background-color: #90FFE2;
}
.BgClassName
{
background-color: #90FFE2;
}
</style>
border-color css
<style>
span { border-color: #90FFE2; }
span { border-color: rgb(144,255,226); }
td.TdClassName
{
border-color: #90FFE2;
}
.TagClassName
{
border-color: #90FFE2;
}
</style>