Shades of Aquamarine #93EFDA
Tints of Aquamarine #93EFDA
RGB
CMYK
RGB Variations
Color information
#93EFDA (or 0x93EFDA) is known color: Aquamarine. HEX triplet: 93, EF and DA. RGB value is (147,239,218). Sum of RGB (Red+Green+Blue) = 147+239+218=604 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.34% from 604); Green value is 239 (93.75% from 255 or 39.57% from 604); Blue value is 218 (85.55% from 255 or 36.09% from 604); Max value from RGB is 239 - color contains mainly: green. Hex color #93EFDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93EFDA is #6C1025. Grayscale: #D1D1D1. Windows color (decimal): -7082022 or 14348179. OLE color: 14348179.
HSL color Cylindrical-coordinate representation of color #93EFDA: hue angle of 166.3º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93EFDA is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 147 | 239 | 218 | - |
| CMYK | 0.38 | 0 | 0.09 | 0.06 |
| HSL | 166.3º | 0.74% | 0.76% | - |
| HSV(B) | 166.3º | 0.38% | 0.94% | - |
| XYZ | 55.55 | 73 | 77.49 | - |
| YUV | 209.1 | 133.02 | 83.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 239 | 218 | 0.38 | 0 | 0.09 | 0.06 | 166.3 | 0.74 | 0.76 |
| Hex | 93 | EF | DA | 26 | 0 | 9 | 6 | A6 | 4A | 4C |
| Octal | 223 | 357 | 332 | 46 | 0 | 11 | 6 | 246 | 112 | 114 |
| Binary | 10010011 | 11101111 | 11011010 | 100110 | 0 | 1001 | 110 | 10100110 | 1001010 | 1001100 |
Color Harmonies of #93EFDA
Complementary color
Monochromatic Colors of #93EFDA
Black with #93EFDA
Text Example
Text Example
White with #93EFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EFDA; }
p { color: rgb(147,239,218); }
H1.HeaderClassName
{
color: #93EFDA;
}
.AnyTagClassName
{
color: #93EFDA;
}
</style>
background-color css
<style>
a { background-color: #93EFDA; }
a { background-color: rgb(147,239,218); }
div.DivClassName
{
background-color: #93EFDA;
}
.BgClassName
{
background-color: #93EFDA;
}
</style>
border-color css
<style>
span { border-color: #93EFDA; }
span { border-color: rgb(147,239,218); }
td.TdClassName
{
border-color: #93EFDA;
}
.TagClassName
{
border-color: #93EFDA;
}
</style>