Shades of Aquamarine #90EEE0
Tints of Aquamarine #90EEE0
RGB
CMYK
RGB Variations
Color information
#90EEE0 (or 0x90EEE0) is known color: Aquamarine. HEX triplet: 90, EE and E0. RGB value is (144,238,224). Sum of RGB (Red+Green+Blue) = 144+238+224=606 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.76% from 606); Green value is 238 (93.36% from 255 or 39.27% from 606); Blue value is 224 (87.89% from 255 or 36.96% from 606); Max value from RGB is 238 - color contains mainly: green. Hex color #90EEE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EEE0 is #6F111F. Grayscale: #D0D0D0. Windows color (decimal): -7278880 or 14741136. OLE color: 14741136.
HSL color Cylindrical-coordinate representation of color #90EEE0: hue angle of 171.06º 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 #90EEE0 is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 238 | 224 | - |
| CMYK | 0.39 | 0 | 0.06 | 0.07 |
| HSL | 171.06º | 0.73% | 0.75% | - |
| HSV(B) | 171.06º | 0.39% | 0.93% | - |
| XYZ | 55.53 | 72.46 | 81.58 | - |
| YUV | 208.3 | 136.86 | 82.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 238 | 224 | 0.39 | 0 | 0.06 | 0.07 | 171.06 | 0.73 | 0.75 |
| Hex | 90 | EE | E0 | 27 | 0 | 6 | 7 | AB | 49 | 4B |
| Octal | 220 | 356 | 340 | 47 | 0 | 6 | 7 | 253 | 111 | 113 |
| Binary | 10010000 | 11101110 | 11100000 | 100111 | 0 | 110 | 111 | 10101011 | 1001001 | 1001011 |
Color Harmonies of #90EEE0
Complementary color
Monochromatic Colors of #90EEE0
Black with #90EEE0
Text Example
Text Example
White with #90EEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EEE0; }
p { color: rgb(144,238,224); }
H1.HeaderClassName
{
color: #90EEE0;
}
.AnyTagClassName
{
color: #90EEE0;
}
</style>
background-color css
<style>
a { background-color: #90EEE0; }
a { background-color: rgb(144,238,224); }
div.DivClassName
{
background-color: #90EEE0;
}
.BgClassName
{
background-color: #90EEE0;
}
</style>
border-color css
<style>
span { border-color: #90EEE0; }
span { border-color: rgb(144,238,224); }
td.TdClassName
{
border-color: #90EEE0;
}
.TagClassName
{
border-color: #90EEE0;
}
</style>