Shades of Aquamarine #93EFDB
Tints of Aquamarine #93EFDB
RGB
CMYK
RGB Variations
Color information
#93EFDB (or 0x93EFDB) is known color: Aquamarine. HEX triplet: 93, EF and DB. RGB value is (147,239,219). Sum of RGB (Red+Green+Blue) = 147+239+219=605 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.30% from 605); Green value is 239 (93.75% from 255 or 39.50% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 239 - color contains mainly: green. Hex color #93EFDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93EFDB is #6C1024. Grayscale: #D1D1D1. Windows color (decimal): -7082021 or 14413715. OLE color: 14413715.
HSL color Cylindrical-coordinate representation of color #93EFDB: hue angle of 166.96º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93EFDB is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 147 | 239 | 219 | - |
| CMYK | 0.38 | 0 | 0.08 | 0.06 |
| HSL | 166.96º | 0.74% | 0.76% | - |
| HSV(B) | 166.96º | 0.38% | 0.94% | - |
| XYZ | 55.69 | 73.05 | 78.18 | - |
| YUV | 209.21 | 133.52 | 83.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 239 | 219 | 0.38 | 0 | 0.08 | 0.06 | 166.96 | 0.74 | 0.76 |
| Hex | 93 | EF | DB | 26 | 0 | 8 | 6 | A7 | 4A | 4C |
| Octal | 223 | 357 | 333 | 46 | 0 | 10 | 6 | 247 | 112 | 114 |
| Binary | 10010011 | 11101111 | 11011011 | 100110 | 0 | 1000 | 110 | 10100111 | 1001010 | 1001100 |
Color Harmonies of #93EFDB
Complementary color
Monochromatic Colors of #93EFDB
Black with #93EFDB
Text Example
Text Example
White with #93EFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EFDB; }
p { color: rgb(147,239,219); }
H1.HeaderClassName
{
color: #93EFDB;
}
.AnyTagClassName
{
color: #93EFDB;
}
</style>
background-color css
<style>
a { background-color: #93EFDB; }
a { background-color: rgb(147,239,219); }
div.DivClassName
{
background-color: #93EFDB;
}
.BgClassName
{
background-color: #93EFDB;
}
</style>
border-color css
<style>
span { border-color: #93EFDB; }
span { border-color: rgb(147,239,219); }
td.TdClassName
{
border-color: #93EFDB;
}
.TagClassName
{
border-color: #93EFDB;
}
</style>