Shades of Aquamarine #93FCDD
Tints of Aquamarine #93FCDD
RGB
CMYK
RGB Variations
Color information
#93FCDD (or 0x93FCDD) is known color: Aquamarine. HEX triplet: 93, FC and DD. RGB value is (147,252,221). Sum of RGB (Red+Green+Blue) = 147+252+221=620 (82% of max value = 765). Red value is 147 (57.81% from 255 or 23.71% from 620); Green value is 252 (98.83% from 255 or 40.65% from 620); Blue value is 221 (86.72% from 255 or 35.65% from 620); Max value from RGB is 252 - color contains mainly: green. Hex color #93FCDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93FCDD is #6C0322. Grayscale: #D9D9D9. Windows color (decimal): -7078691 or 14548115. OLE color: 14548115.
HSL color Cylindrical-coordinate representation of color #93FCDD: hue angle of 162.29º 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 #93FCDD is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 147 | 252 | 221 | - |
| CMYK | 0.42 | 0 | 0.12 | 0.01 |
| HSL | 162.29º | 0.95% | 0.78% | - |
| HSV(B) | 162.29º | 0.42% | 0.99% | - |
| XYZ | 59.89 | 81.04 | 80.89 | - |
| YUV | 217.07 | 130.21 | 78.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 252 | 221 | 0.42 | 0 | 0.12 | 0.01 | 162.29 | 0.95 | 0.78 |
| Hex | 93 | FC | DD | 2A | 0 | C | 1 | A2 | 5F | 4E |
| Octal | 223 | 374 | 335 | 52 | 0 | 14 | 1 | 242 | 137 | 116 |
| Binary | 10010011 | 11111100 | 11011101 | 101010 | 0 | 1100 | 1 | 10100010 | 1011111 | 1001110 |
Color Harmonies of #93FCDD
Complementary color
Monochromatic Colors of #93FCDD
Black with #93FCDD
Text Example
Text Example
White with #93FCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93FCDD; }
p { color: rgb(147,252,221); }
H1.HeaderClassName
{
color: #93FCDD;
}
.AnyTagClassName
{
color: #93FCDD;
}
</style>
background-color css
<style>
a { background-color: #93FCDD; }
a { background-color: rgb(147,252,221); }
div.DivClassName
{
background-color: #93FCDD;
}
.BgClassName
{
background-color: #93FCDD;
}
</style>
border-color css
<style>
span { border-color: #93FCDD; }
span { border-color: rgb(147,252,221); }
td.TdClassName
{
border-color: #93FCDD;
}
.TagClassName
{
border-color: #93FCDD;
}
</style>