Shades of Medium Aquamarine #66D0AA
Tints of Medium Aquamarine #66D0AA
RGB
CMYK
RGB Variations
Color information
#66D0AA (or 0x66D0AA) is known color: Medium Aquamarine. HEX triplet: 66, D0 and AA. RGB value is (102,208,170). Sum of RGB (Red+Green+Blue) = 102+208+170=480 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.25% from 480); Green value is 208 (81.64% from 255 or 43.33% from 480); Blue value is 170 (66.80% from 255 or 35.42% from 480); Max value from RGB is 208 - color contains mainly: green. Hex color #66D0AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66D0AA is #992F55. Grayscale: #ACACAC. Windows color (decimal): -10039126 or 11194470. OLE color: 11194470.
HSL color Cylindrical-coordinate representation of color #66D0AA: hue angle of 158.49º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #66D0AA is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 102 | 208 | 170 | - |
| CMYK | 0.51 | 0 | 0.18 | 0.18 |
| HSL | 158.49º | 0.53% | 0.61% | - |
| HSV(B) | 158.49º | 0.51% | 0.82% | - |
| XYZ | 35.29 | 50.84 | 45.98 | - |
| YUV | 171.97 | 126.88 | 78.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 208 | 170 | 0.51 | 0 | 0.18 | 0.18 | 158.49 | 0.53 | 0.61 |
| Hex | 66 | D0 | AA | 33 | 0 | 12 | 12 | 9E | 35 | 3D |
| Octal | 146 | 320 | 252 | 63 | 0 | 22 | 22 | 236 | 65 | 75 |
| Binary | 1100110 | 11010000 | 10101010 | 110011 | 0 | 10010 | 10010 | 10011110 | 110101 | 111101 |
Color Harmonies of #66D0AA
Complementary color
Monochromatic Colors of #66D0AA
Black with #66D0AA
Text Example
Text Example
White with #66D0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D0AA; }
p { color: rgb(102,208,170); }
H1.HeaderClassName
{
color: #66D0AA;
}
.AnyTagClassName
{
color: #66D0AA;
}
</style>
background-color css
<style>
a { background-color: #66D0AA; }
a { background-color: rgb(102,208,170); }
div.DivClassName
{
background-color: #66D0AA;
}
.BgClassName
{
background-color: #66D0AA;
}
</style>
border-color css
<style>
span { border-color: #66D0AA; }
span { border-color: rgb(102,208,170); }
td.TdClassName
{
border-color: #66D0AA;
}
.TagClassName
{
border-color: #66D0AA;
}
</style>