Shades of Aquamarine #93F7CC
Tints of Aquamarine #93F7CC
RGB
CMYK
RGB Variations
Color information
#93F7CC (or 0x93F7CC) is known color: Aquamarine. HEX triplet: 93, F7 and CC. RGB value is (147,247,204). Sum of RGB (Red+Green+Blue) = 147+247+204=598 (79% of max value = 765). Red value is 147 (57.81% from 255 or 24.58% from 598); Green value is 247 (96.88% from 255 or 41.30% from 598); Blue value is 204 (80.08% from 255 or 34.11% from 598); Max value from RGB is 247 - color contains mainly: green. Hex color #93F7CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F7CC is #6C0833. Grayscale: #D4D4D4. Windows color (decimal): -7079988 or 13432723. OLE color: 13432723.
HSL color Cylindrical-coordinate representation of color #93F7CC: hue angle of 154.2º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93F7CC is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 147 | 247 | 204 | - |
| CMYK | 0.40 | 0 | 0.17 | 0.03 |
| HSL | 154.2º | 0.86% | 0.77% | - |
| HSV(B) | 154.2º | 0.4% | 0.97% | - |
| XYZ | 56.19 | 77.08 | 69.04 | - |
| YUV | 212.2 | 123.37 | 81.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 247 | 204 | 0.40 | 0 | 0.17 | 0.03 | 154.2 | 0.86 | 0.77 |
| Hex | 93 | F7 | CC | 28 | 0 | 11 | 3 | 9A | 56 | 4D |
| Octal | 223 | 367 | 314 | 50 | 0 | 21 | 3 | 232 | 126 | 115 |
| Binary | 10010011 | 11110111 | 11001100 | 101000 | 0 | 10001 | 11 | 10011010 | 1010110 | 1001101 |
Color Harmonies of #93F7CC
Complementary color
Monochromatic Colors of #93F7CC
Black with #93F7CC
Text Example
Text Example
White with #93F7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F7CC; }
p { color: rgb(147,247,204); }
H1.HeaderClassName
{
color: #93F7CC;
}
.AnyTagClassName
{
color: #93F7CC;
}
</style>
background-color css
<style>
a { background-color: #93F7CC; }
a { background-color: rgb(147,247,204); }
div.DivClassName
{
background-color: #93F7CC;
}
.BgClassName
{
background-color: #93F7CC;
}
</style>
border-color css
<style>
span { border-color: #93F7CC; }
span { border-color: rgb(147,247,204); }
td.TdClassName
{
border-color: #93F7CC;
}
.TagClassName
{
border-color: #93F7CC;
}
</style>