Shades of Aquamarine #93F8DB
Tints of Aquamarine #93F8DB
RGB
CMYK
RGB Variations
Color information
#93F8DB (or 0x93F8DB) is known color: Aquamarine. HEX triplet: 93, F8 and DB. RGB value is (147,248,219). Sum of RGB (Red+Green+Blue) = 147+248+219=614 (81% of max value = 765). Red value is 147 (57.81% from 255 or 23.94% from 614); Green value is 248 (97.27% from 255 or 40.39% from 614); Blue value is 219 (85.94% from 255 or 35.67% from 614); Max value from RGB is 248 - color contains mainly: green. Hex color #93F8DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F8DB is #6C0724. Grayscale: #D6D6D6. Windows color (decimal): -7079717 or 14416019. OLE color: 14416019.
HSL color Cylindrical-coordinate representation of color #93F8DB: hue angle of 162.77º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93F8DB is Cyan = 0.41, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 147 | 248 | 219 | - |
| CMYK | 0.41 | 0 | 0.12 | 0.03 |
| HSL | 162.77º | 0.88% | 0.77% | - |
| HSV(B) | 162.77º | 0.41% | 0.97% | - |
| XYZ | 58.39 | 78.45 | 79.08 | - |
| YUV | 214.5 | 130.54 | 79.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 248 | 219 | 0.41 | 0 | 0.12 | 0.03 | 162.77 | 0.88 | 0.77 |
| Hex | 93 | F8 | DB | 29 | 0 | C | 3 | A3 | 58 | 4D |
| Octal | 223 | 370 | 333 | 51 | 0 | 14 | 3 | 243 | 130 | 115 |
| Binary | 10010011 | 11111000 | 11011011 | 101001 | 0 | 1100 | 11 | 10100011 | 1011000 | 1001101 |
Color Harmonies of #93F8DB
Complementary color
Monochromatic Colors of #93F8DB
Black with #93F8DB
Text Example
Text Example
White with #93F8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F8DB; }
p { color: rgb(147,248,219); }
H1.HeaderClassName
{
color: #93F8DB;
}
.AnyTagClassName
{
color: #93F8DB;
}
</style>
background-color css
<style>
a { background-color: #93F8DB; }
a { background-color: rgb(147,248,219); }
div.DivClassName
{
background-color: #93F8DB;
}
.BgClassName
{
background-color: #93F8DB;
}
</style>
border-color css
<style>
span { border-color: #93F8DB; }
span { border-color: rgb(147,248,219); }
td.TdClassName
{
border-color: #93F8DB;
}
.TagClassName
{
border-color: #93F8DB;
}
</style>