Shades of Aquamarine #93EFDE
Tints of Aquamarine #93EFDE
RGB
CMYK
RGB Variations
Color information
#93EFDE (or 0x93EFDE) is known color: Aquamarine. HEX triplet: 93, EF and DE. RGB value is (147,239,222). Sum of RGB (Red+Green+Blue) = 147+239+222=608 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.18% from 608); Green value is 239 (93.75% from 255 or 39.31% from 608); Blue value is 222 (87.11% from 255 or 36.51% from 608); Max value from RGB is 239 - color contains mainly: green. Hex color #93EFDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93EFDE is #6C1021. Grayscale: #D1D1D1. Windows color (decimal): -7082018 or 14610323. OLE color: 14610323.
HSL color Cylindrical-coordinate representation of color #93EFDE: hue angle of 168.91º 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 #93EFDE is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 147 | 239 | 222 | - |
| CMYK | 0.38 | 0 | 0.07 | 0.06 |
| HSL | 168.91º | 0.74% | 0.76% | - |
| HSV(B) | 168.91º | 0.38% | 0.94% | - |
| XYZ | 56.08 | 73.21 | 80.28 | - |
| YUV | 209.55 | 135.02 | 83.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 239 | 222 | 0.38 | 0 | 0.07 | 0.06 | 168.91 | 0.74 | 0.76 |
| Hex | 93 | EF | DE | 26 | 0 | 7 | 6 | A9 | 4A | 4C |
| Octal | 223 | 357 | 336 | 46 | 0 | 7 | 6 | 251 | 112 | 114 |
| Binary | 10010011 | 11101111 | 11011110 | 100110 | 0 | 111 | 110 | 10101001 | 1001010 | 1001100 |
Color Harmonies of #93EFDE
Complementary color
Monochromatic Colors of #93EFDE
Black with #93EFDE
Text Example
Text Example
White with #93EFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EFDE; }
p { color: rgb(147,239,222); }
H1.HeaderClassName
{
color: #93EFDE;
}
.AnyTagClassName
{
color: #93EFDE;
}
</style>
background-color css
<style>
a { background-color: #93EFDE; }
a { background-color: rgb(147,239,222); }
div.DivClassName
{
background-color: #93EFDE;
}
.BgClassName
{
background-color: #93EFDE;
}
</style>
border-color css
<style>
span { border-color: #93EFDE; }
span { border-color: rgb(147,239,222); }
td.TdClassName
{
border-color: #93EFDE;
}
.TagClassName
{
border-color: #93EFDE;
}
</style>