Shades of Medium Aquamarine #66D0AB
Tints of Medium Aquamarine #66D0AB
RGB
CMYK
RGB Variations
Color information
#66D0AB (or 0x66D0AB) is known color: Medium Aquamarine. HEX triplet: 66, D0 and AB. RGB value is (102,208,171). Sum of RGB (Red+Green+Blue) = 102+208+171=481 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.21% from 481); Green value is 208 (81.64% from 255 or 43.24% from 481); Blue value is 171 (67.19% from 255 or 35.55% from 481); Max value from RGB is 208 - color contains mainly: green. Hex color #66D0AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66D0AB is #992F54. Grayscale: #ACACAC. Windows color (decimal): -10039125 or 11260006. OLE color: 11260006.
HSL color Cylindrical-coordinate representation of color #66D0AB: hue angle of 159.06º 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 #66D0AB is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 102 | 208 | 171 | - |
| CMYK | 0.51 | 0 | 0.18 | 0.18 |
| HSL | 159.06º | 0.53% | 0.61% | - |
| HSV(B) | 159.06º | 0.51% | 0.82% | - |
| XYZ | 35.39 | 50.88 | 46.48 | - |
| YUV | 172.09 | 127.38 | 78.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 208 | 171 | 0.51 | 0 | 0.18 | 0.18 | 159.06 | 0.53 | 0.61 |
| Hex | 66 | D0 | AB | 33 | 0 | 12 | 12 | 9F | 35 | 3D |
| Octal | 146 | 320 | 253 | 63 | 0 | 22 | 22 | 237 | 65 | 75 |
| Binary | 1100110 | 11010000 | 10101011 | 110011 | 0 | 10010 | 10010 | 10011111 | 110101 | 111101 |
Color Harmonies of #66D0AB
Complementary color
Monochromatic Colors of #66D0AB
Black with #66D0AB
Text Example
Text Example
White with #66D0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D0AB; }
p { color: rgb(102,208,171); }
H1.HeaderClassName
{
color: #66D0AB;
}
.AnyTagClassName
{
color: #66D0AB;
}
</style>
background-color css
<style>
a { background-color: #66D0AB; }
a { background-color: rgb(102,208,171); }
div.DivClassName
{
background-color: #66D0AB;
}
.BgClassName
{
background-color: #66D0AB;
}
</style>
border-color css
<style>
span { border-color: #66D0AB; }
span { border-color: rgb(102,208,171); }
td.TdClassName
{
border-color: #66D0AB;
}
.TagClassName
{
border-color: #66D0AB;
}
</style>