Shades of Aquamarine #93FFCC
Tints of Aquamarine #93FFCC
RGB
CMYK
RGB Variations
Color information
#93FFCC (or 0x93FFCC) is known color: Aquamarine. HEX triplet: 93, FF and CC. RGB value is (147,255,204). Sum of RGB (Red+Green+Blue) = 147+255+204=606 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.26% from 606); Green value is 255 (100% from 255 or 42.08% from 606); Blue value is 204 (80.08% from 255 or 33.66% from 606); Max value from RGB is 255 - color contains mainly: green. Hex color #93FFCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93FFCC is #6C0033. Grayscale: #D8D8D8. Windows color (decimal): -7077940 or 13434771. OLE color: 13434771.
HSL color Cylindrical-coordinate representation of color #93FFCC: hue angle of 151.67º 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 #93FFCC is Cyan = 0.42, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 255 | 204 | - |
| CMYK | 0.42 | 0 | 0.2 | 0 |
| HSL | 151.67º | 1% | 0.79% | - |
| HSV(B) | 151.67º | 0.42% | 1% | - |
| XYZ | 58.69 | 82.08 | 69.88 | - |
| YUV | 216.89 | 120.72 | 78.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 255 | 204 | 0.42 | 0 | 0.2 | 0 | 151.67 | 1 | 0.79 |
| Hex | 93 | FF | CC | 2A | 0 | 14 | 0 | 98 | 64 | 4F |
| Octal | 223 | 377 | 314 | 52 | 0 | 24 | 0 | 230 | 144 | 117 |
| Binary | 10010011 | 11111111 | 11001100 | 101010 | 0 | 10100 | 0 | 10011000 | 1100100 | 1001111 |
Color Harmonies of #93FFCC
Complementary color
Monochromatic Colors of #93FFCC
Black with #93FFCC
Text Example
Text Example
White with #93FFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93FFCC; }
p { color: rgb(147,255,204); }
H1.HeaderClassName
{
color: #93FFCC;
}
.AnyTagClassName
{
color: #93FFCC;
}
</style>
background-color css
<style>
a { background-color: #93FFCC; }
a { background-color: rgb(147,255,204); }
div.DivClassName
{
background-color: #93FFCC;
}
.BgClassName
{
background-color: #93FFCC;
}
</style>
border-color css
<style>
span { border-color: #93FFCC; }
span { border-color: rgb(147,255,204); }
td.TdClassName
{
border-color: #93FFCC;
}
.TagClassName
{
border-color: #93FFCC;
}
</style>