Shades of Aquamarine #93FED9
Tints of Aquamarine #93FED9
RGB
CMYK
RGB Variations
Color information
#93FED9 (or 0x93FED9) is known color: Aquamarine. HEX triplet: 93, FE and D9. RGB value is (147,254,217). Sum of RGB (Red+Green+Blue) = 147+254+217=618 (81% of max value = 765). Red value is 147 (57.81% from 255 or 23.79% from 618); Green value is 254 (99.61% from 255 or 41.10% from 618); Blue value is 217 (85.16% from 255 or 35.11% from 618); Max value from RGB is 254 - color contains mainly: green. Hex color #93FED9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93FED9 is #6C0126. Grayscale: #D9D9D9. Windows color (decimal): -7078183 or 14286483. OLE color: 14286483.
HSL color Cylindrical-coordinate representation of color #93FED9: hue angle of 159.25º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93FED9 is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 147 | 254 | 217 | - |
| CMYK | 0.42 | 0 | 0.15 | 0.00 |
| HSL | 159.25º | 0.98% | 0.79% | - |
| HSV(B) | 159.25º | 0.42% | 1% | - |
| XYZ | 60 | 82.1 | 78.33 | - |
| YUV | 217.79 | 127.55 | 77.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 254 | 217 | 0.42 | 0 | 0.15 | 0.00 | 159.25 | 0.98 | 0.79 |
| Hex | 93 | FE | D9 | 2A | 0 | F | 0 | 9F | 62 | 4F |
| Octal | 223 | 376 | 331 | 52 | 0 | 17 | 0 | 237 | 142 | 117 |
| Binary | 10010011 | 11111110 | 11011001 | 101010 | 0 | 1111 | 0 | 10011111 | 1100010 | 1001111 |
Color Harmonies of #93FED9
Complementary color
Monochromatic Colors of #93FED9
Black with #93FED9
Text Example
Text Example
White with #93FED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93FED9; }
p { color: rgb(147,254,217); }
H1.HeaderClassName
{
color: #93FED9;
}
.AnyTagClassName
{
color: #93FED9;
}
</style>
background-color css
<style>
a { background-color: #93FED9; }
a { background-color: rgb(147,254,217); }
div.DivClassName
{
background-color: #93FED9;
}
.BgClassName
{
background-color: #93FED9;
}
</style>
border-color css
<style>
span { border-color: #93FED9; }
span { border-color: rgb(147,254,217); }
td.TdClassName
{
border-color: #93FED9;
}
.TagClassName
{
border-color: #93FED9;
}
</style>