Shades of Aquamarine #93F1DB
Tints of Aquamarine #93F1DB
RGB
CMYK
RGB Variations
Color information
#93F1DB (or 0x93F1DB) is known color: Aquamarine. HEX triplet: 93, F1 and DB. RGB value is (147,241,219). Sum of RGB (Red+Green+Blue) = 147+241+219=607 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.22% from 607); Green value is 241 (94.53% from 255 or 39.70% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 241 - color contains mainly: green. Hex color #93F1DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F1DB is #6C0E24. Grayscale: #D2D2D2. Windows color (decimal): -7081509 or 14414227. OLE color: 14414227.
HSL color Cylindrical-coordinate representation of color #93F1DB: hue angle of 165.96º degrees, saturation: 0.77, 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 #93F1DB is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 147 | 241 | 219 | - |
| CMYK | 0.39 | 0 | 0.09 | 0.05 |
| HSL | 165.96º | 0.77% | 0.76% | - |
| HSV(B) | 165.96º | 0.39% | 0.95% | - |
| XYZ | 56.27 | 74.23 | 78.38 | - |
| YUV | 210.39 | 132.86 | 82.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 241 | 219 | 0.39 | 0 | 0.09 | 0.05 | 165.96 | 0.77 | 0.76 |
| Hex | 93 | F1 | DB | 27 | 0 | 9 | 5 | A6 | 4D | 4C |
| Octal | 223 | 361 | 333 | 47 | 0 | 11 | 5 | 246 | 115 | 114 |
| Binary | 10010011 | 11110001 | 11011011 | 100111 | 0 | 1001 | 101 | 10100110 | 1001101 | 1001100 |
Color Harmonies of #93F1DB
Complementary color
Monochromatic Colors of #93F1DB
Black with #93F1DB
Text Example
Text Example
White with #93F1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F1DB; }
p { color: rgb(147,241,219); }
H1.HeaderClassName
{
color: #93F1DB;
}
.AnyTagClassName
{
color: #93F1DB;
}
</style>
background-color css
<style>
a { background-color: #93F1DB; }
a { background-color: rgb(147,241,219); }
div.DivClassName
{
background-color: #93F1DB;
}
.BgClassName
{
background-color: #93F1DB;
}
</style>
border-color css
<style>
span { border-color: #93F1DB; }
span { border-color: rgb(147,241,219); }
td.TdClassName
{
border-color: #93F1DB;
}
.TagClassName
{
border-color: #93F1DB;
}
</style>