Shades of Aquamarine #93FDDC
Tints of Aquamarine #93FDDC
RGB
CMYK
RGB Variations
Color information
#93FDDC (or 0x93FDDC) is known color: Aquamarine. HEX triplet: 93, FD and DC. RGB value is (147,253,220). Sum of RGB (Red+Green+Blue) = 147+253+220=620 (82% of max value = 765). Red value is 147 (57.81% from 255 or 23.71% from 620); Green value is 253 (99.22% from 255 or 40.81% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 253 - color contains mainly: green. Hex color #93FDDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93FDDC is #6C0223. Grayscale: #D9D9D9. Windows color (decimal): -7078436 or 14482835. OLE color: 14482835.
HSL color Cylindrical-coordinate representation of color #93FDDC: hue angle of 161.32º 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 #93FDDC is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 147 | 253 | 220 | - |
| CMYK | 0.42 | 0 | 0.13 | 0.01 |
| HSL | 161.32º | 0.96% | 0.78% | - |
| HSV(B) | 161.32º | 0.42% | 0.99% | - |
| XYZ | 60.08 | 81.62 | 80.3 | - |
| YUV | 217.54 | 129.38 | 77.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 253 | 220 | 0.42 | 0 | 0.13 | 0.01 | 161.32 | 0.96 | 0.78 |
| Hex | 93 | FD | DC | 2A | 0 | D | 1 | A1 | 60 | 4E |
| Octal | 223 | 375 | 334 | 52 | 0 | 15 | 1 | 241 | 140 | 116 |
| Binary | 10010011 | 11111101 | 11011100 | 101010 | 0 | 1101 | 1 | 10100001 | 1100000 | 1001110 |
Color Harmonies of #93FDDC
Complementary color
Monochromatic Colors of #93FDDC
Black with #93FDDC
Text Example
Text Example
White with #93FDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93FDDC; }
p { color: rgb(147,253,220); }
H1.HeaderClassName
{
color: #93FDDC;
}
.AnyTagClassName
{
color: #93FDDC;
}
</style>
background-color css
<style>
a { background-color: #93FDDC; }
a { background-color: rgb(147,253,220); }
div.DivClassName
{
background-color: #93FDDC;
}
.BgClassName
{
background-color: #93FDDC;
}
</style>
border-color css
<style>
span { border-color: #93FDDC; }
span { border-color: rgb(147,253,220); }
td.TdClassName
{
border-color: #93FDDC;
}
.TagClassName
{
border-color: #93FDDC;
}
</style>