Shades of Aquamarine #93F0DA
Tints of Aquamarine #93F0DA
RGB
CMYK
RGB Variations
Color information
#93F0DA (or 0x93F0DA) is known color: Aquamarine. HEX triplet: 93, F0 and DA. RGB value is (147,240,218). Sum of RGB (Red+Green+Blue) = 147+240+218=605 (80% of max value = 765). Red value is 147 (57.81% from 255 or 24.30% from 605); Green value is 240 (94.14% from 255 or 39.67% from 605); Blue value is 218 (85.55% from 255 or 36.03% from 605); Max value from RGB is 240 - color contains mainly: green. Hex color #93F0DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #93F0DA is #6C0F25. Grayscale: #D1D1D1. Windows color (decimal): -7081766 or 14348435. OLE color: 14348435.
HSL color Cylindrical-coordinate representation of color #93F0DA: hue angle of 165.81º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #93F0DA is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 147 | 240 | 218 | - |
| CMYK | 0.39 | 0 | 0.09 | 0.06 |
| HSL | 165.81º | 0.76% | 0.76% | - |
| HSV(B) | 165.81º | 0.39% | 0.94% | - |
| XYZ | 55.85 | 73.59 | 77.59 | - |
| YUV | 209.69 | 132.69 | 83.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 240 | 218 | 0.39 | 0 | 0.09 | 0.06 | 165.81 | 0.76 | 0.76 |
| Hex | 93 | F0 | DA | 27 | 0 | 9 | 6 | A6 | 4C | 4C |
| Octal | 223 | 360 | 332 | 47 | 0 | 11 | 6 | 246 | 114 | 114 |
| Binary | 10010011 | 11110000 | 11011010 | 100111 | 0 | 1001 | 110 | 10100110 | 1001100 | 1001100 |
Color Harmonies of #93F0DA
Complementary color
Monochromatic Colors of #93F0DA
Black with #93F0DA
Text Example
Text Example
White with #93F0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F0DA; }
p { color: rgb(147,240,218); }
H1.HeaderClassName
{
color: #93F0DA;
}
.AnyTagClassName
{
color: #93F0DA;
}
</style>
background-color css
<style>
a { background-color: #93F0DA; }
a { background-color: rgb(147,240,218); }
div.DivClassName
{
background-color: #93F0DA;
}
.BgClassName
{
background-color: #93F0DA;
}
</style>
border-color css
<style>
span { border-color: #93F0DA; }
span { border-color: rgb(147,240,218); }
td.TdClassName
{
border-color: #93F0DA;
}
.TagClassName
{
border-color: #93F0DA;
}
</style>