Shades of Medium Aquamarine #66C8A1
Tints of Medium Aquamarine #66C8A1
RGB
CMYK
RGB Variations
Color information
#66C8A1 (or 0x66C8A1) is known color: Medium Aquamarine. HEX triplet: 66, C8 and A1. RGB value is (102,200,161). Sum of RGB (Red+Green+Blue) = 102+200+161=463 (61% of max value = 765). Red value is 102 (40.23% from 255 or 22.03% from 463); Green value is 200 (78.52% from 255 or 43.20% from 463); Blue value is 161 (63.28% from 255 or 34.77% from 463); Max value from RGB is 200 - color contains mainly: green. Hex color #66C8A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66C8A1 is #99375E. Grayscale: #A6A6A6. Windows color (decimal): -10041183 or 10602598. OLE color: 10602598.
HSL color Cylindrical-coordinate representation of color #66C8A1: hue angle of 156.12º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #66C8A1 is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 102 | 200 | 161 | - |
| CMYK | 0.49 | 0 | 0.19 | 0.22 |
| HSL | 156.12º | 0.47% | 0.59% | - |
| HSV(B) | 156.12º | 0.49% | 0.78% | - |
| XYZ | 32.57 | 46.71 | 41.02 | - |
| YUV | 166.25 | 125.03 | 82.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 200 | 161 | 0.49 | 0 | 0.19 | 0.22 | 156.12 | 0.47 | 0.59 |
| Hex | 66 | C8 | A1 | 31 | 0 | 13 | 16 | 9C | 2F | 3B |
| Octal | 146 | 310 | 241 | 61 | 0 | 23 | 26 | 234 | 57 | 73 |
| Binary | 1100110 | 11001000 | 10100001 | 110001 | 0 | 10011 | 10110 | 10011100 | 101111 | 111011 |
Color Harmonies of #66C8A1
Complementary color
Monochromatic Colors of #66C8A1
Black with #66C8A1
Text Example
Text Example
White with #66C8A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C8A1; }
p { color: rgb(102,200,161); }
H1.HeaderClassName
{
color: #66C8A1;
}
.AnyTagClassName
{
color: #66C8A1;
}
</style>
background-color css
<style>
a { background-color: #66C8A1; }
a { background-color: rgb(102,200,161); }
div.DivClassName
{
background-color: #66C8A1;
}
.BgClassName
{
background-color: #66C8A1;
}
</style>
border-color css
<style>
span { border-color: #66C8A1; }
span { border-color: rgb(102,200,161); }
td.TdClassName
{
border-color: #66C8A1;
}
.TagClassName
{
border-color: #66C8A1;
}
</style>