Shades of Aquamarine #93F0DB
Tints of Aquamarine #93F0DB
RGB
CMYK
RGB Variations
Color information
#93F0DB (or 0x93F0DB) is known color: Aquamarine. HEX triplet: 93, F0 and DB. RGB value is (147,240,219). Sum of RGB (Red+Green+Blue) = 147+240+219=606 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.26% from 606); Green value is 240 (94.14% from 255 or 39.60% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 240 - color contains mainly: green. Hex color #93F0DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F0DB is #6C0F24. Grayscale: #D1D1D1. Windows color (decimal): -7081765 or 14413971. OLE color: 14413971.
HSL color Cylindrical-coordinate representation of color #93F0DB: hue angle of 166.45º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93F0DB is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 147 | 240 | 219 | - |
| CMYK | 0.39 | 0 | 0.09 | 0.06 |
| HSL | 166.45º | 0.76% | 0.76% | - |
| HSV(B) | 166.45º | 0.39% | 0.94% | - |
| XYZ | 55.98 | 73.64 | 78.28 | - |
| YUV | 209.8 | 133.19 | 83.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 240 | 219 | 0.39 | 0 | 0.09 | 0.06 | 166.45 | 0.76 | 0.76 |
| Hex | 93 | F0 | DB | 27 | 0 | 9 | 6 | A6 | 4C | 4C |
| Octal | 223 | 360 | 333 | 47 | 0 | 11 | 6 | 246 | 114 | 114 |
| Binary | 10010011 | 11110000 | 11011011 | 100111 | 0 | 1001 | 110 | 10100110 | 1001100 | 1001100 |
Color Harmonies of #93F0DB
Complementary color
Monochromatic Colors of #93F0DB
Black with #93F0DB
Text Example
Text Example
White with #93F0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F0DB; }
p { color: rgb(147,240,219); }
H1.HeaderClassName
{
color: #93F0DB;
}
.AnyTagClassName
{
color: #93F0DB;
}
</style>
background-color css
<style>
a { background-color: #93F0DB; }
a { background-color: rgb(147,240,219); }
div.DivClassName
{
background-color: #93F0DB;
}
.BgClassName
{
background-color: #93F0DB;
}
</style>
border-color css
<style>
span { border-color: #93F0DB; }
span { border-color: rgb(147,240,219); }
td.TdClassName
{
border-color: #93F0DB;
}
.TagClassName
{
border-color: #93F0DB;
}
</style>