Shades of Aquamarine #93EEDB
Tints of Aquamarine #93EEDB
RGB
CMYK
RGB Variations
Color information
#93EEDB (or 0x93EEDB) is known color: Aquamarine. HEX triplet: 93, EE and DB. RGB value is (147,238,219). Sum of RGB (Red+Green+Blue) = 147+238+219=604 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.34% from 604); Green value is 238 (93.36% from 255 or 39.40% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 238 - color contains mainly: green. Hex color #93EEDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93EEDB is #6C1124. Grayscale: #D0D0D0. Windows color (decimal): -7082277 or 14413459. OLE color: 14413459.
HSL color Cylindrical-coordinate representation of color #93EEDB: hue angle of 167.47º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93EEDB is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 238 | 219 | - |
| CMYK | 0.38 | 0 | 0.08 | 0.07 |
| HSL | 167.47º | 0.73% | 0.75% | - |
| HSV(B) | 167.47º | 0.38% | 0.93% | - |
| XYZ | 55.39 | 72.47 | 78.09 | - |
| YUV | 208.63 | 133.85 | 84.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 238 | 219 | 0.38 | 0 | 0.08 | 0.07 | 167.47 | 0.73 | 0.75 |
| Hex | 93 | EE | DB | 26 | 0 | 8 | 7 | A7 | 49 | 4B |
| Octal | 223 | 356 | 333 | 46 | 0 | 10 | 7 | 247 | 111 | 113 |
| Binary | 10010011 | 11101110 | 11011011 | 100110 | 0 | 1000 | 111 | 10100111 | 1001001 | 1001011 |
Color Harmonies of #93EEDB
Complementary color
Monochromatic Colors of #93EEDB
Black with #93EEDB
Text Example
Text Example
White with #93EEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EEDB; }
p { color: rgb(147,238,219); }
H1.HeaderClassName
{
color: #93EEDB;
}
.AnyTagClassName
{
color: #93EEDB;
}
</style>
background-color css
<style>
a { background-color: #93EEDB; }
a { background-color: rgb(147,238,219); }
div.DivClassName
{
background-color: #93EEDB;
}
.BgClassName
{
background-color: #93EEDB;
}
</style>
border-color css
<style>
span { border-color: #93EEDB; }
span { border-color: rgb(147,238,219); }
td.TdClassName
{
border-color: #93EEDB;
}
.TagClassName
{
border-color: #93EEDB;
}
</style>