Shades of Medium Aquamarine #66E1AD
Tints of Medium Aquamarine #66E1AD
RGB
CMYK
RGB Variations
Color information
#66E1AD (or 0x66E1AD) is known color: Medium Aquamarine. HEX triplet: 66, E1 and AD. RGB value is (102,225,173). Sum of RGB (Red+Green+Blue) = 102+225+173=500 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.4% from 500); Green value is 225 (88.28% from 255 or 45% from 500); Blue value is 173 (67.97% from 255 or 34.6% from 500); Max value from RGB is 225 - color contains mainly: green. Hex color #66E1AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66E1AD is #991E52. Grayscale: #B6B6B6. Windows color (decimal): -10034771 or 11395430. OLE color: 11395430.
HSL color Cylindrical-coordinate representation of color #66E1AD: hue angle of 154.63º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66E1AD is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 102 | 225 | 173 | - |
| CMYK | 0.55 | 0 | 0.23 | 0.12 |
| HSL | 154.63º | 0.67% | 0.64% | - |
| HSV(B) | 154.63º | 0.55% | 0.88% | - |
| XYZ | 39.95 | 59.69 | 48.95 | - |
| YUV | 182.3 | 122.75 | 70.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 225 | 173 | 0.55 | 0 | 0.23 | 0.12 | 154.63 | 0.67 | 0.64 |
| Hex | 66 | E1 | AD | 37 | 0 | 17 | C | 9B | 43 | 40 |
| Octal | 146 | 341 | 255 | 67 | 0 | 27 | 14 | 233 | 103 | 100 |
| Binary | 1100110 | 11100001 | 10101101 | 110111 | 0 | 10111 | 1100 | 10011011 | 1000011 | 1000000 |
Color Harmonies of #66E1AD
Complementary color
Monochromatic Colors of #66E1AD
Black with #66E1AD
Text Example
Text Example
White with #66E1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E1AD; }
p { color: rgb(102,225,173); }
H1.HeaderClassName
{
color: #66E1AD;
}
.AnyTagClassName
{
color: #66E1AD;
}
</style>
background-color css
<style>
a { background-color: #66E1AD; }
a { background-color: rgb(102,225,173); }
div.DivClassName
{
background-color: #66E1AD;
}
.BgClassName
{
background-color: #66E1AD;
}
</style>
border-color css
<style>
span { border-color: #66E1AD; }
span { border-color: rgb(102,225,173); }
td.TdClassName
{
border-color: #66E1AD;
}
.TagClassName
{
border-color: #66E1AD;
}
</style>