Shades of Medium Aquamarine #66EFA3
Tints of Medium Aquamarine #66EFA3
RGB
CMYK
RGB Variations
Color information
#66EFA3 (or 0x66EFA3) is known color: Medium Aquamarine. HEX triplet: 66, EF and A3. RGB value is (102,239,163). Sum of RGB (Red+Green+Blue) = 102+239+163=504 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.24% from 504); Green value is 239 (93.75% from 255 or 47.42% from 504); Blue value is 163 (64.06% from 255 or 32.34% from 504); Max value from RGB is 239 - color contains mainly: green. Hex color #66EFA3 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66EFA3 is #99105C. Grayscale: #BDBDBD. Windows color (decimal): -10031197 or 10743654. OLE color: 10743654.
HSL color Cylindrical-coordinate representation of color #66EFA3: hue angle of 146.72º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66EFA3 is Cyan = 0.57, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 102 | 239 | 163 | - |
| CMYK | 0.57 | 0 | 0.32 | 0.06 |
| HSL | 146.72º | 0.81% | 0.67% | - |
| HSV(B) | 146.72º | 0.57% | 0.94% | - |
| XYZ | 42.96 | 67.2 | 45.36 | - |
| YUV | 189.37 | 113.11 | 65.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 239 | 163 | 0.57 | 0 | 0.32 | 0.06 | 146.72 | 0.81 | 0.67 |
| Hex | 66 | EF | A3 | 39 | 0 | 20 | 6 | 93 | 51 | 43 |
| Octal | 146 | 357 | 243 | 71 | 0 | 40 | 6 | 223 | 121 | 103 |
| Binary | 1100110 | 11101111 | 10100011 | 111001 | 0 | 100000 | 110 | 10010011 | 1010001 | 1000011 |
Color Harmonies of #66EFA3
Complementary color
Monochromatic Colors of #66EFA3
Black with #66EFA3
Text Example
Text Example
White with #66EFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66EFA3; }
p { color: rgb(102,239,163); }
H1.HeaderClassName
{
color: #66EFA3;
}
.AnyTagClassName
{
color: #66EFA3;
}
</style>
background-color css
<style>
a { background-color: #66EFA3; }
a { background-color: rgb(102,239,163); }
div.DivClassName
{
background-color: #66EFA3;
}
.BgClassName
{
background-color: #66EFA3;
}
</style>
border-color css
<style>
span { border-color: #66EFA3; }
span { border-color: rgb(102,239,163); }
td.TdClassName
{
border-color: #66EFA3;
}
.TagClassName
{
border-color: #66EFA3;
}
</style>