Shades of Aquamarine #93F7DB
Tints of Aquamarine #93F7DB
RGB
CMYK
RGB Variations
Color information
#93F7DB (or 0x93F7DB) is known color: Aquamarine. HEX triplet: 93, F7 and DB. RGB value is (147,247,219). Sum of RGB (Red+Green+Blue) = 147+247+219=613 (81% of max value = 765). Red value is 147 (57.81% from 255 or 23.98% from 613); Green value is 247 (96.88% from 255 or 40.29% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 247 - color contains mainly: green. Hex color #93F7DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F7DB is #6C0824. Grayscale: #D5D5D5. Windows color (decimal): -7079973 or 14415763. OLE color: 14415763.
HSL color Cylindrical-coordinate representation of color #93F7DB: hue angle of 163.2º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93F7DB is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 147 | 247 | 219 | - |
| CMYK | 0.40 | 0 | 0.11 | 0.03 |
| HSL | 163.2º | 0.86% | 0.77% | - |
| HSV(B) | 163.2º | 0.4% | 0.97% | - |
| XYZ | 58.08 | 77.84 | 78.98 | - |
| YUV | 213.91 | 130.87 | 80.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 247 | 219 | 0.40 | 0 | 0.11 | 0.03 | 163.2 | 0.86 | 0.77 |
| Hex | 93 | F7 | DB | 28 | 0 | B | 3 | A3 | 56 | 4D |
| Octal | 223 | 367 | 333 | 50 | 0 | 13 | 3 | 243 | 126 | 115 |
| Binary | 10010011 | 11110111 | 11011011 | 101000 | 0 | 1011 | 11 | 10100011 | 1010110 | 1001101 |
Color Harmonies of #93F7DB
Complementary color
Monochromatic Colors of #93F7DB
Black with #93F7DB
Text Example
Text Example
White with #93F7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F7DB; }
p { color: rgb(147,247,219); }
H1.HeaderClassName
{
color: #93F7DB;
}
.AnyTagClassName
{
color: #93F7DB;
}
</style>
background-color css
<style>
a { background-color: #93F7DB; }
a { background-color: rgb(147,247,219); }
div.DivClassName
{
background-color: #93F7DB;
}
.BgClassName
{
background-color: #93F7DB;
}
</style>
border-color css
<style>
span { border-color: #93F7DB; }
span { border-color: rgb(147,247,219); }
td.TdClassName
{
border-color: #93F7DB;
}
.TagClassName
{
border-color: #93F7DB;
}
</style>