Shades of Medium Aquamarine #66ECAC
Tints of Medium Aquamarine #66ECAC
RGB
CMYK
RGB Variations
Color information
#66ECAC (or 0x66ECAC) is known color: Medium Aquamarine. HEX triplet: 66, EC and AC. RGB value is (102,236,172). Sum of RGB (Red+Green+Blue) = 102+236+172=510 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20% from 510); Green value is 236 (92.58% from 255 or 46.27% from 510); Blue value is 172 (67.58% from 255 or 33.73% from 510); Max value from RGB is 236 - color contains mainly: green. Hex color #66ECAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66ECAC is #991353. Grayscale: #BCBCBC. Windows color (decimal): -10031956 or 11332710. OLE color: 11332710.
HSL color Cylindrical-coordinate representation of color #66ECAC: hue angle of 151.34º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66ECAC is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 236 | 172 | - |
| CMYK | 0.57 | 0 | 0.27 | 0.07 |
| HSL | 151.34º | 0.78% | 0.66% | - |
| HSV(B) | 151.34º | 0.57% | 0.93% | - |
| XYZ | 42.92 | 65.79 | 49.47 | - |
| YUV | 188.64 | 118.61 | 66.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 236 | 172 | 0.57 | 0 | 0.27 | 0.07 | 151.34 | 0.78 | 0.66 |
| Hex | 66 | EC | AC | 39 | 0 | 1B | 7 | 97 | 4E | 42 |
| Octal | 146 | 354 | 254 | 71 | 0 | 33 | 7 | 227 | 116 | 102 |
| Binary | 1100110 | 11101100 | 10101100 | 111001 | 0 | 11011 | 111 | 10010111 | 1001110 | 1000010 |
Color Harmonies of #66ECAC
Complementary color
Monochromatic Colors of #66ECAC
Black with #66ECAC
Text Example
Text Example
White with #66ECAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66ECAC; }
p { color: rgb(102,236,172); }
H1.HeaderClassName
{
color: #66ECAC;
}
.AnyTagClassName
{
color: #66ECAC;
}
</style>
background-color css
<style>
a { background-color: #66ECAC; }
a { background-color: rgb(102,236,172); }
div.DivClassName
{
background-color: #66ECAC;
}
.BgClassName
{
background-color: #66ECAC;
}
</style>
border-color css
<style>
span { border-color: #66ECAC; }
span { border-color: rgb(102,236,172); }
td.TdClassName
{
border-color: #66ECAC;
}
.TagClassName
{
border-color: #66ECAC;
}
</style>