Shades of Aquamarine #93F9D9
Tints of Aquamarine #93F9D9
RGB
CMYK
RGB Variations
Color information
#93F9D9 (or 0x93F9D9) is known color: Aquamarine. HEX triplet: 93, F9 and D9. RGB value is (147,249,217). Sum of RGB (Red+Green+Blue) = 147+249+217=613 (81% of max value = 765). Red value is 147 (57.81% from 255 or 23.98% from 613); Green value is 249 (97.66% from 255 or 40.62% from 613); Blue value is 217 (85.16% from 255 or 35.40% from 613); Max value from RGB is 249 - color contains mainly: green. Hex color #93F9D9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F9D9 is #6C0626. Grayscale: #D6D6D6. Windows color (decimal): -7079463 or 14285203. OLE color: 14285203.
HSL color Cylindrical-coordinate representation of color #93F9D9: hue angle of 161.18º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93F9D9 is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 147 | 249 | 217 | - |
| CMYK | 0.41 | 0 | 0.13 | 0.02 |
| HSL | 161.18º | 0.89% | 0.78% | - |
| HSV(B) | 161.18º | 0.41% | 0.98% | - |
| XYZ | 58.43 | 78.96 | 77.81 | - |
| YUV | 214.85 | 129.21 | 79.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 249 | 217 | 0.41 | 0 | 0.13 | 0.02 | 161.18 | 0.89 | 0.78 |
| Hex | 93 | F9 | D9 | 29 | 0 | D | 2 | A1 | 59 | 4E |
| Octal | 223 | 371 | 331 | 51 | 0 | 15 | 2 | 241 | 131 | 116 |
| Binary | 10010011 | 11111001 | 11011001 | 101001 | 0 | 1101 | 10 | 10100001 | 1011001 | 1001110 |
Color Harmonies of #93F9D9
Complementary color
Monochromatic Colors of #93F9D9
Black with #93F9D9
Text Example
Text Example
White with #93F9D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F9D9; }
p { color: rgb(147,249,217); }
H1.HeaderClassName
{
color: #93F9D9;
}
.AnyTagClassName
{
color: #93F9D9;
}
</style>
background-color css
<style>
a { background-color: #93F9D9; }
a { background-color: rgb(147,249,217); }
div.DivClassName
{
background-color: #93F9D9;
}
.BgClassName
{
background-color: #93F9D9;
}
</style>
border-color css
<style>
span { border-color: #93F9D9; }
span { border-color: rgb(147,249,217); }
td.TdClassName
{
border-color: #93F9D9;
}
.TagClassName
{
border-color: #93F9D9;
}
</style>