Shades of Aquamarine #93FDD7
Tints of Aquamarine #93FDD7
RGB
CMYK
RGB Variations
Color information
#93FDD7 (or 0x93FDD7) is known color: Aquamarine. HEX triplet: 93, FD and D7. RGB value is (147,253,215). Sum of RGB (Red+Green+Blue) = 147+253+215=615 (81% of max value = 765). Red value is 147 (57.81% from 255 or 23.90% from 615); Green value is 253 (99.22% from 255 or 41.14% from 615); Blue value is 215 (84.38% from 255 or 34.96% from 615); Max value from RGB is 253 - color contains mainly: green. Hex color #93FDD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93FDD7 is #6C0228. Grayscale: #D9D9D9. Windows color (decimal): -7078441 or 14155155. OLE color: 14155155.
HSL color Cylindrical-coordinate representation of color #93FDD7: hue angle of 158.49º degrees, saturation: 0.96, 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 #93FDD7 is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 147 | 253 | 215 | - |
| CMYK | 0.42 | 0 | 0.15 | 0.01 |
| HSL | 158.49º | 0.96% | 0.78% | - |
| HSV(B) | 158.49º | 0.42% | 0.99% | - |
| XYZ | 59.42 | 81.36 | 76.86 | - |
| YUV | 216.97 | 126.88 | 78.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 253 | 215 | 0.42 | 0 | 0.15 | 0.01 | 158.49 | 0.96 | 0.78 |
| Hex | 93 | FD | D7 | 2A | 0 | F | 1 | 9E | 60 | 4E |
| Octal | 223 | 375 | 327 | 52 | 0 | 17 | 1 | 236 | 140 | 116 |
| Binary | 10010011 | 11111101 | 11010111 | 101010 | 0 | 1111 | 1 | 10011110 | 1100000 | 1001110 |
Color Harmonies of #93FDD7
Complementary color
Monochromatic Colors of #93FDD7
Black with #93FDD7
Text Example
Text Example
White with #93FDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93FDD7; }
p { color: rgb(147,253,215); }
H1.HeaderClassName
{
color: #93FDD7;
}
.AnyTagClassName
{
color: #93FDD7;
}
</style>
background-color css
<style>
a { background-color: #93FDD7; }
a { background-color: rgb(147,253,215); }
div.DivClassName
{
background-color: #93FDD7;
}
.BgClassName
{
background-color: #93FDD7;
}
</style>
border-color css
<style>
span { border-color: #93FDD7; }
span { border-color: rgb(147,253,215); }
td.TdClassName
{
border-color: #93FDD7;
}
.TagClassName
{
border-color: #93FDD7;
}
</style>