Shades of Aquamarine #93FFCD
Tints of Aquamarine #93FFCD
RGB
CMYK
RGB Variations
Color information
#93FFCD (or 0x93FFCD) is known color: Aquamarine. HEX triplet: 93, FF and CD. RGB value is (147,255,205). Sum of RGB (Red+Green+Blue) = 147+255+205=607 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.22% from 607); Green value is 255 (100% from 255 or 42.01% from 607); Blue value is 205 (80.47% from 255 or 33.77% from 607); Max value from RGB is 255 - color contains mainly: green. Hex color #93FFCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93FFCD is #6C0032. Grayscale: #D9D9D9. Windows color (decimal): -7077939 or 13500307. OLE color: 13500307.
HSL color Cylindrical-coordinate representation of color #93FFCD: hue angle of 152.22º 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 #93FFCD is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 255 | 205 | - |
| CMYK | 0.42 | 0 | 0.20 | 0 |
| HSL | 152.22º | 1% | 0.79% | - |
| HSV(B) | 152.22º | 0.42% | 1% | - |
| XYZ | 58.81 | 82.13 | 70.51 | - |
| YUV | 217.01 | 121.22 | 78.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 255 | 205 | 0.42 | 0 | 0.20 | 0 | 152.22 | 1 | 0.79 |
| Hex | 93 | FF | CD | 2A | 0 | 14 | 0 | 98 | 64 | 4F |
| Octal | 223 | 377 | 315 | 52 | 0 | 24 | 0 | 230 | 144 | 117 |
| Binary | 10010011 | 11111111 | 11001101 | 101010 | 0 | 10100 | 0 | 10011000 | 1100100 | 1001111 |
Color Harmonies of #93FFCD
Complementary color
Monochromatic Colors of #93FFCD
Black with #93FFCD
Text Example
Text Example
White with #93FFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93FFCD; }
p { color: rgb(147,255,205); }
H1.HeaderClassName
{
color: #93FFCD;
}
.AnyTagClassName
{
color: #93FFCD;
}
</style>
background-color css
<style>
a { background-color: #93FFCD; }
a { background-color: rgb(147,255,205); }
div.DivClassName
{
background-color: #93FFCD;
}
.BgClassName
{
background-color: #93FFCD;
}
</style>
border-color css
<style>
span { border-color: #93FFCD; }
span { border-color: rgb(147,255,205); }
td.TdClassName
{
border-color: #93FFCD;
}
.TagClassName
{
border-color: #93FFCD;
}
</style>