Shades of Aquamarine #93F4DB
Tints of Aquamarine #93F4DB
RGB
CMYK
RGB Variations
Color information
#93F4DB (or 0x93F4DB) is known color: Aquamarine. HEX triplet: 93, F4 and DB. RGB value is (147,244,219). Sum of RGB (Red+Green+Blue) = 147+244+219=610 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.10% from 610); Green value is 244 (95.70% from 255 or 40% from 610); Blue value is 219 (85.94% from 255 or 35.90% from 610); Max value from RGB is 244 - color contains mainly: green. Hex color #93F4DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F4DB is #6C0B24. Grayscale: #D4D4D4. Windows color (decimal): -7080741 or 14414995. OLE color: 14414995.
HSL color Cylindrical-coordinate representation of color #93F4DB: hue angle of 164.54º degrees, saturation: 0.82, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93F4DB is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 147 | 244 | 219 | - |
| CMYK | 0.40 | 0 | 0.10 | 0.04 |
| HSL | 164.54º | 0.82% | 0.77% | - |
| HSV(B) | 164.54º | 0.4% | 0.96% | - |
| XYZ | 57.17 | 76.02 | 78.68 | - |
| YUV | 212.15 | 131.86 | 81.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 244 | 219 | 0.40 | 0 | 0.10 | 0.04 | 164.54 | 0.82 | 0.77 |
| Hex | 93 | F4 | DB | 28 | 0 | A | 4 | A5 | 52 | 4D |
| Octal | 223 | 364 | 333 | 50 | 0 | 12 | 4 | 245 | 122 | 115 |
| Binary | 10010011 | 11110100 | 11011011 | 101000 | 0 | 1010 | 100 | 10100101 | 1010010 | 1001101 |
Color Harmonies of #93F4DB
Complementary color
Monochromatic Colors of #93F4DB
Black with #93F4DB
Text Example
Text Example
White with #93F4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F4DB; }
p { color: rgb(147,244,219); }
H1.HeaderClassName
{
color: #93F4DB;
}
.AnyTagClassName
{
color: #93F4DB;
}
</style>
background-color css
<style>
a { background-color: #93F4DB; }
a { background-color: rgb(147,244,219); }
div.DivClassName
{
background-color: #93F4DB;
}
.BgClassName
{
background-color: #93F4DB;
}
</style>
border-color css
<style>
span { border-color: #93F4DB; }
span { border-color: rgb(147,244,219); }
td.TdClassName
{
border-color: #93F4DB;
}
.TagClassName
{
border-color: #93F4DB;
}
</style>