Shades of Medium Aquamarine #66D0AF
Tints of Medium Aquamarine #66D0AF
RGB
CMYK
RGB Variations
Color information
#66D0AF (or 0x66D0AF) is known color: Medium Aquamarine. HEX triplet: 66, D0 and AF. RGB value is (102,208,175). Sum of RGB (Red+Green+Blue) = 102+208+175=485 (64% of max value = 765). Red value is 102 (40.23% from 255 or 21.03% from 485); Green value is 208 (81.64% from 255 or 42.89% from 485); Blue value is 175 (68.75% from 255 or 36.08% from 485); Max value from RGB is 208 - color contains mainly: green. Hex color #66D0AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66D0AF is #992F50. Grayscale: #ACACAC. Windows color (decimal): -10039121 or 11522150. OLE color: 11522150.
HSL color Cylindrical-coordinate representation of color #66D0AF: hue angle of 161.32º 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 #66D0AF is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 102 | 208 | 175 | - |
| CMYK | 0.51 | 0 | 0.16 | 0.18 |
| HSL | 161.32º | 0.53% | 0.61% | - |
| HSV(B) | 161.32º | 0.51% | 0.82% | - |
| XYZ | 35.77 | 51.03 | 48.52 | - |
| YUV | 172.54 | 129.38 | 77.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 208 | 175 | 0.51 | 0 | 0.16 | 0.18 | 161.32 | 0.53 | 0.61 |
| Hex | 66 | D0 | AF | 33 | 0 | 10 | 12 | A1 | 35 | 3D |
| Octal | 146 | 320 | 257 | 63 | 0 | 20 | 22 | 241 | 65 | 75 |
| Binary | 1100110 | 11010000 | 10101111 | 110011 | 0 | 10000 | 10010 | 10100001 | 110101 | 111101 |
Color Harmonies of #66D0AF
Complementary color
Monochromatic Colors of #66D0AF
Black with #66D0AF
Text Example
Text Example
White with #66D0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D0AF; }
p { color: rgb(102,208,175); }
H1.HeaderClassName
{
color: #66D0AF;
}
.AnyTagClassName
{
color: #66D0AF;
}
</style>
background-color css
<style>
a { background-color: #66D0AF; }
a { background-color: rgb(102,208,175); }
div.DivClassName
{
background-color: #66D0AF;
}
.BgClassName
{
background-color: #66D0AF;
}
</style>
border-color css
<style>
span { border-color: #66D0AF; }
span { border-color: rgb(102,208,175); }
td.TdClassName
{
border-color: #66D0AF;
}
.TagClassName
{
border-color: #66D0AF;
}
</style>