Shades of Medium Aquamarine #66EBA4
Tints of Medium Aquamarine #66EBA4
RGB
CMYK
RGB Variations
Color information
#66EBA4 (or 0x66EBA4) is known color: Medium Aquamarine. HEX triplet: 66, EB and A4. RGB value is (102,235,164). Sum of RGB (Red+Green+Blue) = 102+235+164=501 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.36% from 501); Green value is 235 (92.19% from 255 or 46.91% from 501); Blue value is 164 (64.45% from 255 or 32.73% from 501); Max value from RGB is 235 - color contains mainly: green. Hex color #66EBA4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66EBA4 is #99145B. Grayscale: #BBBBBB. Windows color (decimal): -10032220 or 10808166. OLE color: 10808166.
HSL color Cylindrical-coordinate representation of color #66EBA4: hue angle of 147.97º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66EBA4 is Cyan = 0.57, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 102 | 235 | 164 | - |
| CMYK | 0.57 | 0 | 0.30 | 0.08 |
| HSL | 147.97º | 0.77% | 0.66% | - |
| HSV(B) | 147.97º | 0.57% | 0.92% | - |
| XYZ | 41.89 | 64.92 | 45.45 | - |
| YUV | 187.14 | 114.94 | 67.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 235 | 164 | 0.57 | 0 | 0.30 | 0.08 | 147.97 | 0.77 | 0.66 |
| Hex | 66 | EB | A4 | 39 | 0 | 1E | 8 | 94 | 4D | 42 |
| Octal | 146 | 353 | 244 | 71 | 0 | 36 | 10 | 224 | 115 | 102 |
| Binary | 1100110 | 11101011 | 10100100 | 111001 | 0 | 11110 | 1000 | 10010100 | 1001101 | 1000010 |
Color Harmonies of #66EBA4
Complementary color
Monochromatic Colors of #66EBA4
Black with #66EBA4
Text Example
Text Example
White with #66EBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66EBA4; }
p { color: rgb(102,235,164); }
H1.HeaderClassName
{
color: #66EBA4;
}
.AnyTagClassName
{
color: #66EBA4;
}
</style>
background-color css
<style>
a { background-color: #66EBA4; }
a { background-color: rgb(102,235,164); }
div.DivClassName
{
background-color: #66EBA4;
}
.BgClassName
{
background-color: #66EBA4;
}
</style>
border-color css
<style>
span { border-color: #66EBA4; }
span { border-color: rgb(102,235,164); }
td.TdClassName
{
border-color: #66EBA4;
}
.TagClassName
{
border-color: #66EBA4;
}
</style>