Shades of Aquamarine #93F4DD
Tints of Aquamarine #93F4DD
RGB
CMYK
RGB Variations
Color information
#93F4DD (or 0x93F4DD) is known color: Aquamarine. HEX triplet: 93, F4 and DD. RGB value is (147,244,221). Sum of RGB (Red+Green+Blue) = 147+244+221=612 (81% of max value = 765). Red value is 147 (57.81% from 255 or 24.02% from 612); Green value is 244 (95.70% from 255 or 39.87% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 244 - color contains mainly: green. Hex color #93F4DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F4DD is #6C0B22. Grayscale: #D4D4D4. Windows color (decimal): -7080739 or 14546067. OLE color: 14546067.
HSL color Cylindrical-coordinate representation of color #93F4DD: hue angle of 165.77º degrees, saturation: 0.82, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93F4DD is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 147 | 244 | 221 | - |
| CMYK | 0.40 | 0 | 0.09 | 0.04 |
| HSL | 165.77º | 0.82% | 0.77% | - |
| HSV(B) | 165.77º | 0.4% | 0.96% | - |
| XYZ | 57.43 | 76.12 | 80.07 | - |
| YUV | 212.38 | 132.86 | 81.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 244 | 221 | 0.40 | 0 | 0.09 | 0.04 | 165.77 | 0.82 | 0.77 |
| Hex | 93 | F4 | DD | 28 | 0 | 9 | 4 | A6 | 52 | 4D |
| Octal | 223 | 364 | 335 | 50 | 0 | 11 | 4 | 246 | 122 | 115 |
| Binary | 10010011 | 11110100 | 11011101 | 101000 | 0 | 1001 | 100 | 10100110 | 1010010 | 1001101 |
Color Harmonies of #93F4DD
Complementary color
Monochromatic Colors of #93F4DD
Black with #93F4DD
Text Example
Text Example
White with #93F4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F4DD; }
p { color: rgb(147,244,221); }
H1.HeaderClassName
{
color: #93F4DD;
}
.AnyTagClassName
{
color: #93F4DD;
}
</style>
background-color css
<style>
a { background-color: #93F4DD; }
a { background-color: rgb(147,244,221); }
div.DivClassName
{
background-color: #93F4DD;
}
.BgClassName
{
background-color: #93F4DD;
}
</style>
border-color css
<style>
span { border-color: #93F4DD; }
span { border-color: rgb(147,244,221); }
td.TdClassName
{
border-color: #93F4DD;
}
.TagClassName
{
border-color: #93F4DD;
}
</style>