Shades of Aquamarine #90EEDE
Tints of Aquamarine #90EEDE
RGB
CMYK
RGB Variations
Color information
#90EEDE (or 0x90EEDE) is known color: Aquamarine. HEX triplet: 90, EE and DE. RGB value is (144,238,222). Sum of RGB (Red+Green+Blue) = 144+238+222=604 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.84% from 604); Green value is 238 (93.36% from 255 or 39.40% from 604); Blue value is 222 (87.11% from 255 or 36.75% from 604); Max value from RGB is 238 - color contains mainly: green. Hex color #90EEDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EEDE is #6F1121. Grayscale: #D0D0D0. Windows color (decimal): -7278882 or 14610064. OLE color: 14610064.
HSL color Cylindrical-coordinate representation of color #90EEDE: hue angle of 169.79º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90EEDE is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 238 | 222 | - |
| CMYK | 0.39 | 0 | 0.07 | 0.07 |
| HSL | 169.79º | 0.73% | 0.75% | - |
| HSV(B) | 169.79º | 0.39% | 0.93% | - |
| XYZ | 55.26 | 72.35 | 80.16 | - |
| YUV | 208.07 | 135.86 | 82.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 238 | 222 | 0.39 | 0 | 0.07 | 0.07 | 169.79 | 0.73 | 0.75 |
| Hex | 90 | EE | DE | 27 | 0 | 7 | 7 | AA | 49 | 4B |
| Octal | 220 | 356 | 336 | 47 | 0 | 7 | 7 | 252 | 111 | 113 |
| Binary | 10010000 | 11101110 | 11011110 | 100111 | 0 | 111 | 111 | 10101010 | 1001001 | 1001011 |
Color Harmonies of #90EEDE
Complementary color
Monochromatic Colors of #90EEDE
Black with #90EEDE
Text Example
Text Example
White with #90EEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EEDE; }
p { color: rgb(144,238,222); }
H1.HeaderClassName
{
color: #90EEDE;
}
.AnyTagClassName
{
color: #90EEDE;
}
</style>
background-color css
<style>
a { background-color: #90EEDE; }
a { background-color: rgb(144,238,222); }
div.DivClassName
{
background-color: #90EEDE;
}
.BgClassName
{
background-color: #90EEDE;
}
</style>
border-color css
<style>
span { border-color: #90EEDE; }
span { border-color: rgb(144,238,222); }
td.TdClassName
{
border-color: #90EEDE;
}
.TagClassName
{
border-color: #90EEDE;
}
</style>