Shades of Medium Aquamarine #66EBA3
Tints of Medium Aquamarine #66EBA3
RGB
CMYK
RGB Variations
Color information
#66EBA3 (or 0x66EBA3) is known color: Medium Aquamarine. HEX triplet: 66, EB and A3. RGB value is (102,235,163). Sum of RGB (Red+Green+Blue) = 102+235+163=500 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.4% from 500); Green value is 235 (92.19% from 255 or 47% from 500); Blue value is 163 (64.06% from 255 or 32.6% from 500); Max value from RGB is 235 - color contains mainly: green. Hex color #66EBA3 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66EBA3 is #99145C. Grayscale: #BBBBBB. Windows color (decimal): -10032221 or 10742630. OLE color: 10742630.
HSL color Cylindrical-coordinate representation of color #66EBA3: hue angle of 147.52º 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 #66EBA3 is Cyan = 0.57, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 102 | 235 | 163 | - |
| CMYK | 0.57 | 0 | 0.31 | 0.08 |
| HSL | 147.52º | 0.77% | 0.66% | - |
| HSV(B) | 147.52º | 0.57% | 0.92% | - |
| XYZ | 41.8 | 64.89 | 44.97 | - |
| YUV | 187.03 | 114.44 | 67.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 235 | 163 | 0.57 | 0 | 0.31 | 0.08 | 147.52 | 0.77 | 0.66 |
| Hex | 66 | EB | A3 | 39 | 0 | 1F | 8 | 94 | 4D | 42 |
| Octal | 146 | 353 | 243 | 71 | 0 | 37 | 10 | 224 | 115 | 102 |
| Binary | 1100110 | 11101011 | 10100011 | 111001 | 0 | 11111 | 1000 | 10010100 | 1001101 | 1000010 |
Color Harmonies of #66EBA3
Complementary color
Monochromatic Colors of #66EBA3
Black with #66EBA3
Text Example
Text Example
White with #66EBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66EBA3; }
p { color: rgb(102,235,163); }
H1.HeaderClassName
{
color: #66EBA3;
}
.AnyTagClassName
{
color: #66EBA3;
}
</style>
background-color css
<style>
a { background-color: #66EBA3; }
a { background-color: rgb(102,235,163); }
div.DivClassName
{
background-color: #66EBA3;
}
.BgClassName
{
background-color: #66EBA3;
}
</style>
border-color css
<style>
span { border-color: #66EBA3; }
span { border-color: rgb(102,235,163); }
td.TdClassName
{
border-color: #66EBA3;
}
.TagClassName
{
border-color: #66EBA3;
}
</style>