Shades of Aquamarine #93FFD3
Tints of Aquamarine #93FFD3
RGB
CMYK
RGB Variations
Color information
#93FFD3 (or 0x93FFD3) is known color: Aquamarine. HEX triplet: 93, FF and D3. RGB value is (147,255,211). Sum of RGB (Red+Green+Blue) = 147+255+211=613 (81% of max value = 765). Red value is 147 (57.81% from 255 or 23.98% from 613); Green value is 255 (100% from 255 or 41.60% from 613); Blue value is 211 (82.81% from 255 or 34.42% from 613); Max value from RGB is 255 - color contains mainly: green. Hex color #93FFD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93FFD3 is #6C002C. Grayscale: #D9D9D9. Windows color (decimal): -7077933 or 13893523. OLE color: 13893523.
HSL color Cylindrical-coordinate representation of color #93FFD3: hue angle of 155.56º 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 #93FFD3 is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 255 | 211 | - |
| CMYK | 0.42 | 0 | 0.17 | 0 |
| HSL | 155.56º | 1% | 0.79% | - |
| HSV(B) | 155.56º | 0.42% | 1% | - |
| XYZ | 59.55 | 82.43 | 74.4 | - |
| YUV | 217.69 | 124.22 | 77.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 255 | 211 | 0.42 | 0 | 0.17 | 0 | 155.56 | 1 | 0.79 |
| Hex | 93 | FF | D3 | 2A | 0 | 11 | 0 | 9C | 64 | 4F |
| Octal | 223 | 377 | 323 | 52 | 0 | 21 | 0 | 234 | 144 | 117 |
| Binary | 10010011 | 11111111 | 11010011 | 101010 | 0 | 10001 | 0 | 10011100 | 1100100 | 1001111 |
Color Harmonies of #93FFD3
Complementary color
Monochromatic Colors of #93FFD3
Black with #93FFD3
Text Example
Text Example
White with #93FFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93FFD3; }
p { color: rgb(147,255,211); }
H1.HeaderClassName
{
color: #93FFD3;
}
.AnyTagClassName
{
color: #93FFD3;
}
</style>
background-color css
<style>
a { background-color: #93FFD3; }
a { background-color: rgb(147,255,211); }
div.DivClassName
{
background-color: #93FFD3;
}
.BgClassName
{
background-color: #93FFD3;
}
</style>
border-color css
<style>
span { border-color: #93FFD3; }
span { border-color: rgb(147,255,211); }
td.TdClassName
{
border-color: #93FFD3;
}
.TagClassName
{
border-color: #93FFD3;
}
</style>