Shades of Medium Aquamarine #66EDA0
Tints of Medium Aquamarine #66EDA0
RGB
CMYK
RGB Variations
Color information
#66EDA0 (or 0x66EDA0) is known color: Medium Aquamarine. HEX triplet: 66, ED and A0. RGB value is (102,237,160). Sum of RGB (Red+Green+Blue) = 102+237+160=499 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.44% from 499); Green value is 237 (92.97% from 255 or 47.49% from 499); Blue value is 160 (62.89% from 255 or 32.06% from 499); Max value from RGB is 237 - color contains mainly: green. Hex color #66EDA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66EDA0 is #99125F. Grayscale: #BCBCBC. Windows color (decimal): -10031712 or 10546534. OLE color: 10546534.
HSL color Cylindrical-coordinate representation of color #66EDA0: hue angle of 145.78º degrees, saturation: 0.79, 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 #66EDA0 is Cyan = 0.57, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 237 | 160 | - |
| CMYK | 0.57 | 0 | 0.32 | 0.07 |
| HSL | 145.78º | 0.79% | 0.66% | - |
| HSV(B) | 145.78º | 0.57% | 0.93% | - |
| XYZ | 42.11 | 65.93 | 43.76 | - |
| YUV | 187.86 | 112.27 | 66.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 237 | 160 | 0.57 | 0 | 0.32 | 0.07 | 145.78 | 0.79 | 0.66 |
| Hex | 66 | ED | A0 | 39 | 0 | 20 | 7 | 92 | 4F | 42 |
| Octal | 146 | 355 | 240 | 71 | 0 | 40 | 7 | 222 | 117 | 102 |
| Binary | 1100110 | 11101101 | 10100000 | 111001 | 0 | 100000 | 111 | 10010010 | 1001111 | 1000010 |
Color Harmonies of #66EDA0
Complementary color
Monochromatic Colors of #66EDA0
Black with #66EDA0
Text Example
Text Example
White with #66EDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66EDA0; }
p { color: rgb(102,237,160); }
H1.HeaderClassName
{
color: #66EDA0;
}
.AnyTagClassName
{
color: #66EDA0;
}
</style>
background-color css
<style>
a { background-color: #66EDA0; }
a { background-color: rgb(102,237,160); }
div.DivClassName
{
background-color: #66EDA0;
}
.BgClassName
{
background-color: #66EDA0;
}
</style>
border-color css
<style>
span { border-color: #66EDA0; }
span { border-color: rgb(102,237,160); }
td.TdClassName
{
border-color: #66EDA0;
}
.TagClassName
{
border-color: #66EDA0;
}
</style>