Shades of Medium Aquamarine #66EAA0
Tints of Medium Aquamarine #66EAA0
RGB
CMYK
RGB Variations
Color information
#66EAA0 (or 0x66EAA0) is known color: Medium Aquamarine. HEX triplet: 66, EA and A0. RGB value is (102,234,160). Sum of RGB (Red+Green+Blue) = 102+234+160=496 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.56% from 496); Green value is 234 (91.80% from 255 or 47.18% from 496); Blue value is 160 (62.89% from 255 or 32.26% from 496); Max value from RGB is 234 - color contains mainly: green. Hex color #66EAA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66EAA0 is #99155F. Grayscale: #BABABA. Windows color (decimal): -10032480 or 10545766. OLE color: 10545766.
HSL color Cylindrical-coordinate representation of color #66EAA0: hue angle of 146.36º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66EAA0 is Cyan = 0.56, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 102 | 234 | 160 | - |
| CMYK | 0.56 | 0 | 0.32 | 0.08 |
| HSL | 146.36º | 0.76% | 0.66% | - |
| HSV(B) | 146.36º | 0.56% | 0.92% | - |
| XYZ | 41.25 | 64.21 | 43.48 | - |
| YUV | 186.1 | 113.27 | 68.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 234 | 160 | 0.56 | 0 | 0.32 | 0.08 | 146.36 | 0.76 | 0.66 |
| Hex | 66 | EA | A0 | 38 | 0 | 20 | 8 | 92 | 4C | 42 |
| Octal | 146 | 352 | 240 | 70 | 0 | 40 | 10 | 222 | 114 | 102 |
| Binary | 1100110 | 11101010 | 10100000 | 111000 | 0 | 100000 | 1000 | 10010010 | 1001100 | 1000010 |
Color Harmonies of #66EAA0
Complementary color
Monochromatic Colors of #66EAA0
Black with #66EAA0
Text Example
Text Example
White with #66EAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66EAA0; }
p { color: rgb(102,234,160); }
H1.HeaderClassName
{
color: #66EAA0;
}
.AnyTagClassName
{
color: #66EAA0;
}
</style>
background-color css
<style>
a { background-color: #66EAA0; }
a { background-color: rgb(102,234,160); }
div.DivClassName
{
background-color: #66EAA0;
}
.BgClassName
{
background-color: #66EAA0;
}
</style>
border-color css
<style>
span { border-color: #66EAA0; }
span { border-color: rgb(102,234,160); }
td.TdClassName
{
border-color: #66EAA0;
}
.TagClassName
{
border-color: #66EAA0;
}
</style>