Shades of Aquamarine #90F2E0
Tints of Aquamarine #90F2E0
RGB
CMYK
RGB Variations
Color information
#90F2E0 (or 0x90F2E0) is known color: Aquamarine. HEX triplet: 90, F2 and E0. RGB value is (144,242,224). Sum of RGB (Red+Green+Blue) = 144+242+224=610 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.61% from 610); Green value is 242 (94.92% from 255 or 39.67% from 610); Blue value is 224 (87.89% from 255 or 36.72% from 610); Max value from RGB is 242 - color contains mainly: green. Hex color #90F2E0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90F2E0 is #6F0D1F. Grayscale: #D2D2D2. Windows color (decimal): -7277856 or 14742160. OLE color: 14742160.
HSL color Cylindrical-coordinate representation of color #90F2E0: hue angle of 168.98º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90F2E0 is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 242 | 224 | - |
| CMYK | 0.40 | 0 | 0.07 | 0.05 |
| HSL | 168.98º | 0.79% | 0.76% | - |
| HSV(B) | 168.98º | 0.4% | 0.95% | - |
| XYZ | 56.71 | 74.82 | 81.97 | - |
| YUV | 210.65 | 135.53 | 80.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 242 | 224 | 0.40 | 0 | 0.07 | 0.05 | 168.98 | 0.79 | 0.76 |
| Hex | 90 | F2 | E0 | 28 | 0 | 7 | 5 | A9 | 4F | 4C |
| Octal | 220 | 362 | 340 | 50 | 0 | 7 | 5 | 251 | 117 | 114 |
| Binary | 10010000 | 11110010 | 11100000 | 101000 | 0 | 111 | 101 | 10101001 | 1001111 | 1001100 |
Color Harmonies of #90F2E0
Complementary color
Monochromatic Colors of #90F2E0
Black with #90F2E0
Text Example
Text Example
White with #90F2E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F2E0; }
p { color: rgb(144,242,224); }
H1.HeaderClassName
{
color: #90F2E0;
}
.AnyTagClassName
{
color: #90F2E0;
}
</style>
background-color css
<style>
a { background-color: #90F2E0; }
a { background-color: rgb(144,242,224); }
div.DivClassName
{
background-color: #90F2E0;
}
.BgClassName
{
background-color: #90F2E0;
}
</style>
border-color css
<style>
span { border-color: #90F2E0; }
span { border-color: rgb(144,242,224); }
td.TdClassName
{
border-color: #90F2E0;
}
.TagClassName
{
border-color: #90F2E0;
}
</style>