Shades of Medium Aquamarine #66C5AF
Tints of Medium Aquamarine #66C5AF
RGB
CMYK
RGB Variations
Color information
#66C5AF (or 0x66C5AF) is known color: Medium Aquamarine. HEX triplet: 66, C5 and AF. RGB value is (102,197,175). Sum of RGB (Red+Green+Blue) = 102+197+175=474 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.52% from 474); Green value is 197 (77.34% from 255 or 41.56% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 197 - color contains mainly: green. Hex color #66C5AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66C5AF is #993A50. Grayscale: #A6A6A6. Windows color (decimal): -10041937 or 11519334. OLE color: 11519334.
HSL color Cylindrical-coordinate representation of color #66C5AF: hue angle of 166.11º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #66C5AF is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 102 | 197 | 175 | - |
| CMYK | 0.48 | 0 | 0.11 | 0.23 |
| HSL | 166.11º | 0.45% | 0.59% | - |
| HSV(B) | 166.11º | 0.48% | 0.77% | - |
| XYZ | 33.18 | 45.85 | 47.66 | - |
| YUV | 166.09 | 133.03 | 82.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 197 | 175 | 0.48 | 0 | 0.11 | 0.23 | 166.11 | 0.45 | 0.59 |
| Hex | 66 | C5 | AF | 30 | 0 | B | 17 | A6 | 2D | 3B |
| Octal | 146 | 305 | 257 | 60 | 0 | 13 | 27 | 246 | 55 | 73 |
| Binary | 1100110 | 11000101 | 10101111 | 110000 | 0 | 1011 | 10111 | 10100110 | 101101 | 111011 |
Color Harmonies of #66C5AF
Complementary color
Monochromatic Colors of #66C5AF
Black with #66C5AF
Text Example
Text Example
White with #66C5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C5AF; }
p { color: rgb(102,197,175); }
H1.HeaderClassName
{
color: #66C5AF;
}
.AnyTagClassName
{
color: #66C5AF;
}
</style>
background-color css
<style>
a { background-color: #66C5AF; }
a { background-color: rgb(102,197,175); }
div.DivClassName
{
background-color: #66C5AF;
}
.BgClassName
{
background-color: #66C5AF;
}
</style>
border-color css
<style>
span { border-color: #66C5AF; }
span { border-color: rgb(102,197,175); }
td.TdClassName
{
border-color: #66C5AF;
}
.TagClassName
{
border-color: #66C5AF;
}
</style>