Shades of Aquamarine #93FFC7
Tints of Aquamarine #93FFC7
RGB
CMYK
RGB Variations
Color information
#93FFC7 (or 0x93FFC7) is known color: Aquamarine. HEX triplet: 93, FF and C7. RGB value is (147,255,199). Sum of RGB (Red+Green+Blue) = 147+255+199=601 (79% of max value = 765). Red value is 147 (57.81% from 255 or 24.46% from 601); Green value is 255 (100% from 255 or 42.43% from 601); Blue value is 199 (78.12% from 255 or 33.11% from 601); Max value from RGB is 255 - color contains mainly: green. Hex color #93FFC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93FFC7 is #6C0038. Grayscale: #D8D8D8. Windows color (decimal): -7077945 or 13107091. OLE color: 13107091.
HSL color Cylindrical-coordinate representation of color #93FFC7: hue angle of 148.89º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93FFC7 is Cyan = 0.42, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 255 | 199 | - |
| CMYK | 0.42 | 0 | 0.22 | 0 |
| HSL | 148.89º | 1% | 0.79% | - |
| HSV(B) | 148.89º | 0.42% | 1% | - |
| XYZ | 58.1 | 81.85 | 66.77 | - |
| YUV | 216.32 | 118.22 | 78.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 255 | 199 | 0.42 | 0 | 0.22 | 0 | 148.89 | 1 | 0.79 |
| Hex | 93 | FF | C7 | 2A | 0 | 16 | 0 | 95 | 64 | 4F |
| Octal | 223 | 377 | 307 | 52 | 0 | 26 | 0 | 225 | 144 | 117 |
| Binary | 10010011 | 11111111 | 11000111 | 101010 | 0 | 10110 | 0 | 10010101 | 1100100 | 1001111 |
Color Harmonies of #93FFC7
Complementary color
Monochromatic Colors of #93FFC7
Black with #93FFC7
Text Example
Text Example
White with #93FFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93FFC7; }
p { color: rgb(147,255,199); }
H1.HeaderClassName
{
color: #93FFC7;
}
.AnyTagClassName
{
color: #93FFC7;
}
</style>
background-color css
<style>
a { background-color: #93FFC7; }
a { background-color: rgb(147,255,199); }
div.DivClassName
{
background-color: #93FFC7;
}
.BgClassName
{
background-color: #93FFC7;
}
</style>
border-color css
<style>
span { border-color: #93FFC7; }
span { border-color: rgb(147,255,199); }
td.TdClassName
{
border-color: #93FFC7;
}
.TagClassName
{
border-color: #93FFC7;
}
</style>