Shades of Aquamarine #93FCD5
Tints of Aquamarine #93FCD5
RGB
CMYK
RGB Variations
Color information
#93FCD5 (or 0x93FCD5) is known color: Aquamarine. HEX triplet: 93, FC and D5. RGB value is (147,252,213). Sum of RGB (Red+Green+Blue) = 147+252+213=612 (81% of max value = 765). Red value is 147 (57.81% from 255 or 24.02% from 612); Green value is 252 (98.83% from 255 or 41.18% from 612); Blue value is 213 (83.59% from 255 or 34.80% from 612); Max value from RGB is 252 - color contains mainly: green. Hex color #93FCD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93FCD5 is #6C032A. Grayscale: #D8D8D8. Windows color (decimal): -7078699 or 14023827. OLE color: 14023827.
HSL color Cylindrical-coordinate representation of color #93FCD5: hue angle of 157.71º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #93FCD5 is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 147 | 252 | 213 | - |
| CMYK | 0.42 | 0 | 0.15 | 0.01 |
| HSL | 157.71º | 0.95% | 0.78% | - |
| HSV(B) | 157.71º | 0.42% | 0.99% | - |
| XYZ | 58.85 | 80.63 | 75.41 | - |
| YUV | 216.16 | 126.21 | 78.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 252 | 213 | 0.42 | 0 | 0.15 | 0.01 | 157.71 | 0.95 | 0.78 |
| Hex | 93 | FC | D5 | 2A | 0 | F | 1 | 9E | 5F | 4E |
| Octal | 223 | 374 | 325 | 52 | 0 | 17 | 1 | 236 | 137 | 116 |
| Binary | 10010011 | 11111100 | 11010101 | 101010 | 0 | 1111 | 1 | 10011110 | 1011111 | 1001110 |
Color Harmonies of #93FCD5
Complementary color
Monochromatic Colors of #93FCD5
Black with #93FCD5
Text Example
Text Example
White with #93FCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93FCD5; }
p { color: rgb(147,252,213); }
H1.HeaderClassName
{
color: #93FCD5;
}
.AnyTagClassName
{
color: #93FCD5;
}
</style>
background-color css
<style>
a { background-color: #93FCD5; }
a { background-color: rgb(147,252,213); }
div.DivClassName
{
background-color: #93FCD5;
}
.BgClassName
{
background-color: #93FCD5;
}
</style>
border-color css
<style>
span { border-color: #93FCD5; }
span { border-color: rgb(147,252,213); }
td.TdClassName
{
border-color: #93FCD5;
}
.TagClassName
{
border-color: #93FCD5;
}
</style>