Shades of Aquamarine #93F2DB
Tints of Aquamarine #93F2DB
RGB
CMYK
RGB Variations
Color information
#93F2DB (or 0x93F2DB) is known color: Aquamarine. HEX triplet: 93, F2 and DB. RGB value is (147,242,219). Sum of RGB (Red+Green+Blue) = 147+242+219=608 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.18% from 608); Green value is 242 (94.92% from 255 or 39.80% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 242 - color contains mainly: green. Hex color #93F2DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F2DB is #6C0D24. Grayscale: #D2D2D2. Windows color (decimal): -7081253 or 14414483. OLE color: 14414483.
HSL color Cylindrical-coordinate representation of color #93F2DB: hue angle of 165.47º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93F2DB is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 147 | 242 | 219 | - |
| CMYK | 0.39 | 0 | 0.10 | 0.05 |
| HSL | 165.47º | 0.79% | 0.76% | - |
| HSV(B) | 165.47º | 0.39% | 0.95% | - |
| XYZ | 56.57 | 74.82 | 78.48 | - |
| YUV | 210.97 | 132.53 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 242 | 219 | 0.39 | 0 | 0.10 | 0.05 | 165.47 | 0.79 | 0.76 |
| Hex | 93 | F2 | DB | 27 | 0 | A | 5 | A5 | 4F | 4C |
| Octal | 223 | 362 | 333 | 47 | 0 | 12 | 5 | 245 | 117 | 114 |
| Binary | 10010011 | 11110010 | 11011011 | 100111 | 0 | 1010 | 101 | 10100101 | 1001111 | 1001100 |
Color Harmonies of #93F2DB
Complementary color
Monochromatic Colors of #93F2DB
Black with #93F2DB
Text Example
Text Example
White with #93F2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F2DB; }
p { color: rgb(147,242,219); }
H1.HeaderClassName
{
color: #93F2DB;
}
.AnyTagClassName
{
color: #93F2DB;
}
</style>
background-color css
<style>
a { background-color: #93F2DB; }
a { background-color: rgb(147,242,219); }
div.DivClassName
{
background-color: #93F2DB;
}
.BgClassName
{
background-color: #93F2DB;
}
</style>
border-color css
<style>
span { border-color: #93F2DB; }
span { border-color: rgb(147,242,219); }
td.TdClassName
{
border-color: #93F2DB;
}
.TagClassName
{
border-color: #93F2DB;
}
</style>