Shades of Aquamarine #90EECE
Tints of Aquamarine #90EECE
RGB
CMYK
RGB Variations
Color information
#90EECE (or 0x90EECE) is known color: Aquamarine. HEX triplet: 90, EE and CE. RGB value is (144,238,206). Sum of RGB (Red+Green+Blue) = 144+238+206=588 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.49% from 588); Green value is 238 (93.36% from 255 or 40.48% from 588); Blue value is 206 (80.86% from 255 or 35.03% from 588); Max value from RGB is 238 - color contains mainly: green. Hex color #90EECE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EECE is #6F1131. Grayscale: #CECECE. Windows color (decimal): -7278898 or 13561488. OLE color: 13561488.
HSL color Cylindrical-coordinate representation of color #90EECE: hue angle of 159.57º 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 #90EECE is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 238 | 206 | - |
| CMYK | 0.39 | 0 | 0.13 | 0.07 |
| HSL | 159.57º | 0.73% | 0.75% | - |
| HSV(B) | 159.57º | 0.39% | 0.93% | - |
| XYZ | 53.22 | 71.53 | 69.4 | - |
| YUV | 206.25 | 127.86 | 83.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 238 | 206 | 0.39 | 0 | 0.13 | 0.07 | 159.57 | 0.73 | 0.75 |
| Hex | 90 | EE | CE | 27 | 0 | D | 7 | A0 | 49 | 4B |
| Octal | 220 | 356 | 316 | 47 | 0 | 15 | 7 | 240 | 111 | 113 |
| Binary | 10010000 | 11101110 | 11001110 | 100111 | 0 | 1101 | 111 | 10100000 | 1001001 | 1001011 |
Color Harmonies of #90EECE
Complementary color
Monochromatic Colors of #90EECE
Black with #90EECE
Text Example
Text Example
White with #90EECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EECE; }
p { color: rgb(144,238,206); }
H1.HeaderClassName
{
color: #90EECE;
}
.AnyTagClassName
{
color: #90EECE;
}
</style>
background-color css
<style>
a { background-color: #90EECE; }
a { background-color: rgb(144,238,206); }
div.DivClassName
{
background-color: #90EECE;
}
.BgClassName
{
background-color: #90EECE;
}
</style>
border-color css
<style>
span { border-color: #90EECE; }
span { border-color: rgb(144,238,206); }
td.TdClassName
{
border-color: #90EECE;
}
.TagClassName
{
border-color: #90EECE;
}
</style>