Shades of Aquamarine #90EDE0
Tints of Aquamarine #90EDE0
RGB
CMYK
RGB Variations
Color information
#90EDE0 (or 0x90EDE0) is known color: Aquamarine. HEX triplet: 90, ED and E0. RGB value is (144,237,224). Sum of RGB (Red+Green+Blue) = 144+237+224=605 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.80% from 605); Green value is 237 (92.97% from 255 or 39.17% from 605); Blue value is 224 (87.89% from 255 or 37.02% from 605); Max value from RGB is 237 - color contains mainly: green. Hex color #90EDE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EDE0 is #6F121F. Grayscale: #CFCFCF. Windows color (decimal): -7279136 or 14740880. OLE color: 14740880.
HSL color Cylindrical-coordinate representation of color #90EDE0: hue angle of 171.61º degrees, saturation: 0.72, 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 #90EDE0 is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 237 | 224 | - |
| CMYK | 0.39 | 0 | 0.05 | 0.07 |
| HSL | 171.61º | 0.72% | 0.75% | - |
| HSV(B) | 171.61º | 0.39% | 0.93% | - |
| XYZ | 55.24 | 71.88 | 81.48 | - |
| YUV | 207.71 | 137.19 | 82.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 237 | 224 | 0.39 | 0 | 0.05 | 0.07 | 171.61 | 0.72 | 0.75 |
| Hex | 90 | ED | E0 | 27 | 0 | 5 | 7 | AC | 48 | 4B |
| Octal | 220 | 355 | 340 | 47 | 0 | 5 | 7 | 254 | 110 | 113 |
| Binary | 10010000 | 11101101 | 11100000 | 100111 | 0 | 101 | 111 | 10101100 | 1001000 | 1001011 |
Color Harmonies of #90EDE0
Complementary color
Monochromatic Colors of #90EDE0
Black with #90EDE0
Text Example
Text Example
White with #90EDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EDE0; }
p { color: rgb(144,237,224); }
H1.HeaderClassName
{
color: #90EDE0;
}
.AnyTagClassName
{
color: #90EDE0;
}
</style>
background-color css
<style>
a { background-color: #90EDE0; }
a { background-color: rgb(144,237,224); }
div.DivClassName
{
background-color: #90EDE0;
}
.BgClassName
{
background-color: #90EDE0;
}
</style>
border-color css
<style>
span { border-color: #90EDE0; }
span { border-color: rgb(144,237,224); }
td.TdClassName
{
border-color: #90EDE0;
}
.TagClassName
{
border-color: #90EDE0;
}
</style>