Shades of Aquamarine #90EED8
Tints of Aquamarine #90EED8
RGB
CMYK
RGB Variations
Color information
#90EED8 (or 0x90EED8) is known color: Aquamarine. HEX triplet: 90, EE and D8. RGB value is (144,238,216). Sum of RGB (Red+Green+Blue) = 144+238+216=598 (79% of max value = 765). Red value is 144 (56.64% from 255 or 24.08% from 598); Green value is 238 (93.36% from 255 or 39.80% from 598); Blue value is 216 (84.77% from 255 or 36.12% from 598); Max value from RGB is 238 - color contains mainly: green. Hex color #90EED8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EED8 is #6F1127. Grayscale: #CFCFCF. Windows color (decimal): -7278888 or 14216848. OLE color: 14216848.
HSL color Cylindrical-coordinate representation of color #90EED8: hue angle of 165.96º 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 #90EED8 is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 238 | 216 | - |
| CMYK | 0.39 | 0 | 0.09 | 0.07 |
| HSL | 165.96º | 0.73% | 0.75% | - |
| HSV(B) | 165.96º | 0.39% | 0.93% | - |
| XYZ | 54.47 | 72.04 | 76 | - |
| YUV | 207.39 | 132.86 | 82.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 238 | 216 | 0.39 | 0 | 0.09 | 0.07 | 165.96 | 0.73 | 0.75 |
| Hex | 90 | EE | D8 | 27 | 0 | 9 | 7 | A6 | 49 | 4B |
| Octal | 220 | 356 | 330 | 47 | 0 | 11 | 7 | 246 | 111 | 113 |
| Binary | 10010000 | 11101110 | 11011000 | 100111 | 0 | 1001 | 111 | 10100110 | 1001001 | 1001011 |
Color Harmonies of #90EED8
Complementary color
Monochromatic Colors of #90EED8
Black with #90EED8
Text Example
Text Example
White with #90EED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EED8; }
p { color: rgb(144,238,216); }
H1.HeaderClassName
{
color: #90EED8;
}
.AnyTagClassName
{
color: #90EED8;
}
</style>
background-color css
<style>
a { background-color: #90EED8; }
a { background-color: rgb(144,238,216); }
div.DivClassName
{
background-color: #90EED8;
}
.BgClassName
{
background-color: #90EED8;
}
</style>
border-color css
<style>
span { border-color: #90EED8; }
span { border-color: rgb(144,238,216); }
td.TdClassName
{
border-color: #90EED8;
}
.TagClassName
{
border-color: #90EED8;
}
</style>