Shades of Aquamarine #93F5DB
Tints of Aquamarine #93F5DB
RGB
CMYK
RGB Variations
Color information
#93F5DB (or 0x93F5DB) is known color: Aquamarine. HEX triplet: 93, F5 and DB. RGB value is (147,245,219). Sum of RGB (Red+Green+Blue) = 147+245+219=611 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.06% from 611); Green value is 245 (96.09% from 255 or 40.10% from 611); Blue value is 219 (85.94% from 255 or 35.84% from 611); Max value from RGB is 245 - color contains mainly: green. Hex color #93F5DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F5DB is #6C0A24. Grayscale: #D4D4D4. Windows color (decimal): -7080485 or 14415251. OLE color: 14415251.
HSL color Cylindrical-coordinate representation of color #93F5DB: hue angle of 164.08º degrees, saturation: 0.83, 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 #93F5DB is Cyan = 0.4, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 147 | 245 | 219 | - |
| CMYK | 0.4 | 0 | 0.11 | 0.04 |
| HSL | 164.08º | 0.83% | 0.77% | - |
| HSV(B) | 164.08º | 0.4% | 0.96% | - |
| XYZ | 57.47 | 76.62 | 78.78 | - |
| YUV | 212.73 | 131.53 | 81.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 245 | 219 | 0.4 | 0 | 0.11 | 0.04 | 164.08 | 0.83 | 0.77 |
| Hex | 93 | F5 | DB | 28 | 0 | B | 4 | A4 | 53 | 4D |
| Octal | 223 | 365 | 333 | 50 | 0 | 13 | 4 | 244 | 123 | 115 |
| Binary | 10010011 | 11110101 | 11011011 | 101000 | 0 | 1011 | 100 | 10100100 | 1010011 | 1001101 |
Color Harmonies of #93F5DB
Complementary color
Monochromatic Colors of #93F5DB
Black with #93F5DB
Text Example
Text Example
White with #93F5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F5DB; }
p { color: rgb(147,245,219); }
H1.HeaderClassName
{
color: #93F5DB;
}
.AnyTagClassName
{
color: #93F5DB;
}
</style>
background-color css
<style>
a { background-color: #93F5DB; }
a { background-color: rgb(147,245,219); }
div.DivClassName
{
background-color: #93F5DB;
}
.BgClassName
{
background-color: #93F5DB;
}
</style>
border-color css
<style>
span { border-color: #93F5DB; }
span { border-color: rgb(147,245,219); }
td.TdClassName
{
border-color: #93F5DB;
}
.TagClassName
{
border-color: #93F5DB;
}
</style>