Shades of Aquamarine #93FCD8
Tints of Aquamarine #93FCD8
RGB
CMYK
RGB Variations
Color information
#93FCD8 (or 0x93FCD8) is known color: Aquamarine. HEX triplet: 93, FC and D8. RGB value is (147,252,216). Sum of RGB (Red+Green+Blue) = 147+252+216=615 (81% of max value = 765). Red value is 147 (57.81% from 255 or 23.90% from 615); Green value is 252 (98.83% from 255 or 40.98% from 615); Blue value is 216 (84.77% from 255 or 35.12% from 615); Max value from RGB is 252 - color contains mainly: green. Hex color #93FCD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93FCD8 is #6C0327. Grayscale: #D8D8D8. Windows color (decimal): -7078696 or 14220435. OLE color: 14220435.
HSL color Cylindrical-coordinate representation of color #93FCD8: hue angle of 159.43º 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 #93FCD8 is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 147 | 252 | 216 | - |
| CMYK | 0.42 | 0 | 0.14 | 0.01 |
| HSL | 159.43º | 0.95% | 0.78% | - |
| HSV(B) | 159.43º | 0.42% | 0.99% | - |
| XYZ | 59.24 | 80.78 | 77.44 | - |
| YUV | 216.5 | 127.71 | 78.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 252 | 216 | 0.42 | 0 | 0.14 | 0.01 | 159.43 | 0.95 | 0.78 |
| Hex | 93 | FC | D8 | 2A | 0 | E | 1 | 9F | 5F | 4E |
| Octal | 223 | 374 | 330 | 52 | 0 | 16 | 1 | 237 | 137 | 116 |
| Binary | 10010011 | 11111100 | 11011000 | 101010 | 0 | 1110 | 1 | 10011111 | 1011111 | 1001110 |
Color Harmonies of #93FCD8
Complementary color
Monochromatic Colors of #93FCD8
Black with #93FCD8
Text Example
Text Example
White with #93FCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93FCD8; }
p { color: rgb(147,252,216); }
H1.HeaderClassName
{
color: #93FCD8;
}
.AnyTagClassName
{
color: #93FCD8;
}
</style>
background-color css
<style>
a { background-color: #93FCD8; }
a { background-color: rgb(147,252,216); }
div.DivClassName
{
background-color: #93FCD8;
}
.BgClassName
{
background-color: #93FCD8;
}
</style>
border-color css
<style>
span { border-color: #93FCD8; }
span { border-color: rgb(147,252,216); }
td.TdClassName
{
border-color: #93FCD8;
}
.TagClassName
{
border-color: #93FCD8;
}
</style>