Shades of Medium Aquamarine #66CDAF
Tints of Medium Aquamarine #66CDAF
RGB
CMYK
RGB Variations
Color information
#66CDAF (or 0x66CDAF) is known color: Medium Aquamarine. HEX triplet: 66, CD and AF. RGB value is (102,205,175). Sum of RGB (Red+Green+Blue) = 102+205+175=482 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.16% from 482); Green value is 205 (80.47% from 255 or 42.53% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 205 - color contains mainly: green. Hex color #66CDAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66CDAF is #993250. Grayscale: #AAAAAA. Windows color (decimal): -10039889 or 11521382. OLE color: 11521382.
HSL color Cylindrical-coordinate representation of color #66CDAF: hue angle of 162.52º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66CDAF is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 205 | 175 | - |
| CMYK | 0.50 | 0 | 0.15 | 0.20 |
| HSL | 162.52º | 0.51% | 0.6% | - |
| HSV(B) | 162.52º | 0.5% | 0.8% | - |
| XYZ | 35.05 | 49.58 | 48.28 | - |
| YUV | 170.78 | 130.38 | 78.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 205 | 175 | 0.50 | 0 | 0.15 | 0.20 | 162.52 | 0.51 | 0.6 |
| Hex | 66 | CD | AF | 32 | 0 | F | 14 | A3 | 33 | 3C |
| Octal | 146 | 315 | 257 | 62 | 0 | 17 | 24 | 243 | 63 | 74 |
| Binary | 1100110 | 11001101 | 10101111 | 110010 | 0 | 1111 | 10100 | 10100011 | 110011 | 111100 |
Color Harmonies of #66CDAF
Complementary color
Monochromatic Colors of #66CDAF
Black with #66CDAF
Text Example
Text Example
White with #66CDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CDAF; }
p { color: rgb(102,205,175); }
H1.HeaderClassName
{
color: #66CDAF;
}
.AnyTagClassName
{
color: #66CDAF;
}
</style>
background-color css
<style>
a { background-color: #66CDAF; }
a { background-color: rgb(102,205,175); }
div.DivClassName
{
background-color: #66CDAF;
}
.BgClassName
{
background-color: #66CDAF;
}
</style>
border-color css
<style>
span { border-color: #66CDAF; }
span { border-color: rgb(102,205,175); }
td.TdClassName
{
border-color: #66CDAF;
}
.TagClassName
{
border-color: #66CDAF;
}
</style>