Shades of Aquamarine #91EED0
Tints of Aquamarine #91EED0
RGB
CMYK
RGB Variations
Color information
#91EED0 (or 0x91EED0) is known color: Aquamarine. HEX triplet: 91, EE and D0. RGB value is (145,238,208). Sum of RGB (Red+Green+Blue) = 145+238+208=591 (78% of max value = 765). Red value is 145 (57.03% from 255 or 24.53% from 591); Green value is 238 (93.36% from 255 or 40.27% from 591); Blue value is 208 (81.64% from 255 or 35.19% from 591); Max value from RGB is 238 - color contains mainly: green. Hex color #91EED0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91EED0 is #6E112F. Grayscale: #CECECE. Windows color (decimal): -7213360 or 13692561. OLE color: 13692561.
HSL color Cylindrical-coordinate representation of color #91EED0: hue angle of 160.65º 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 #91EED0 is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 238 | 208 | - |
| CMYK | 0.39 | 0 | 0.13 | 0.07 |
| HSL | 160.65º | 0.73% | 0.75% | - |
| HSV(B) | 160.65º | 0.39% | 0.93% | - |
| XYZ | 53.64 | 71.72 | 70.69 | - |
| YUV | 206.77 | 128.69 | 83.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 238 | 208 | 0.39 | 0 | 0.13 | 0.07 | 160.65 | 0.73 | 0.75 |
| Hex | 91 | EE | D0 | 27 | 0 | D | 7 | A1 | 49 | 4B |
| Octal | 221 | 356 | 320 | 47 | 0 | 15 | 7 | 241 | 111 | 113 |
| Binary | 10010001 | 11101110 | 11010000 | 100111 | 0 | 1101 | 111 | 10100001 | 1001001 | 1001011 |
Color Harmonies of #91EED0
Complementary color
Monochromatic Colors of #91EED0
Black with #91EED0
Text Example
Text Example
White with #91EED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91EED0; }
p { color: rgb(145,238,208); }
H1.HeaderClassName
{
color: #91EED0;
}
.AnyTagClassName
{
color: #91EED0;
}
</style>
background-color css
<style>
a { background-color: #91EED0; }
a { background-color: rgb(145,238,208); }
div.DivClassName
{
background-color: #91EED0;
}
.BgClassName
{
background-color: #91EED0;
}
</style>
border-color css
<style>
span { border-color: #91EED0; }
span { border-color: rgb(145,238,208); }
td.TdClassName
{
border-color: #91EED0;
}
.TagClassName
{
border-color: #91EED0;
}
</style>