Shades of Aquamarine #93F5D9
Tints of Aquamarine #93F5D9
RGB
CMYK
RGB Variations
Color information
#93F5D9 (or 0x93F5D9) is known color: Aquamarine. HEX triplet: 93, F5 and D9. RGB value is (147,245,217). Sum of RGB (Red+Green+Blue) = 147+245+217=609 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.14% from 609); Green value is 245 (96.09% from 255 or 40.23% from 609); Blue value is 217 (85.16% from 255 or 35.63% from 609); Max value from RGB is 245 - color contains mainly: green. Hex color #93F5D9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F5D9 is #6C0A26. Grayscale: #D4D4D4. Windows color (decimal): -7080487 or 14284179. OLE color: 14284179.
HSL color Cylindrical-coordinate representation of color #93F5D9: hue angle of 162.86º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93F5D9 is Cyan = 0.4, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 147 | 245 | 217 | - |
| CMYK | 0.4 | 0 | 0.11 | 0.04 |
| HSL | 162.86º | 0.83% | 0.77% | - |
| HSV(B) | 162.86º | 0.4% | 0.96% | - |
| XYZ | 57.21 | 76.52 | 77.4 | - |
| YUV | 212.51 | 130.53 | 81.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 245 | 217 | 0.4 | 0 | 0.11 | 0.04 | 162.86 | 0.83 | 0.77 |
| Hex | 93 | F5 | D9 | 28 | 0 | B | 4 | A3 | 53 | 4D |
| Octal | 223 | 365 | 331 | 50 | 0 | 13 | 4 | 243 | 123 | 115 |
| Binary | 10010011 | 11110101 | 11011001 | 101000 | 0 | 1011 | 100 | 10100011 | 1010011 | 1001101 |
Color Harmonies of #93F5D9
Complementary color
Monochromatic Colors of #93F5D9
Black with #93F5D9
Text Example
Text Example
White with #93F5D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F5D9; }
p { color: rgb(147,245,217); }
H1.HeaderClassName
{
color: #93F5D9;
}
.AnyTagClassName
{
color: #93F5D9;
}
</style>
background-color css
<style>
a { background-color: #93F5D9; }
a { background-color: rgb(147,245,217); }
div.DivClassName
{
background-color: #93F5D9;
}
.BgClassName
{
background-color: #93F5D9;
}
</style>
border-color css
<style>
span { border-color: #93F5D9; }
span { border-color: rgb(147,245,217); }
td.TdClassName
{
border-color: #93F5D9;
}
.TagClassName
{
border-color: #93F5D9;
}
</style>