Shades of Medium Aquamarine #66CCA1
Tints of Medium Aquamarine #66CCA1
RGB
CMYK
RGB Variations
Color information
#66CCA1 (or 0x66CCA1) is known color: Medium Aquamarine. HEX triplet: 66, CC and A1. RGB value is (102,204,161). Sum of RGB (Red+Green+Blue) = 102+204+161=467 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.84% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 161 (63.28% from 255 or 34.48% from 467); Max value from RGB is 204 - color contains mainly: green. Hex color #66CCA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66CCA1 is #99335E. Grayscale: #A8A8A8. Windows color (decimal): -10040159 or 10603622. OLE color: 10603622.
HSL color Cylindrical-coordinate representation of color #66CCA1: hue angle of 154.71º degrees, saturation: 0.5, 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 #66CCA1 is Cyan = 0.5, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 102 | 204 | 161 | - |
| CMYK | 0.5 | 0 | 0.21 | 0.2 |
| HSL | 154.71º | 0.5% | 0.6% | - |
| HSV(B) | 154.71º | 0.5% | 0.8% | - |
| XYZ | 33.51 | 48.58 | 41.33 | - |
| YUV | 168.6 | 123.71 | 80.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 204 | 161 | 0.5 | 0 | 0.21 | 0.2 | 154.71 | 0.5 | 0.6 |
| Hex | 66 | CC | A1 | 32 | 0 | 15 | 14 | 9B | 32 | 3C |
| Octal | 146 | 314 | 241 | 62 | 0 | 25 | 24 | 233 | 62 | 74 |
| Binary | 1100110 | 11001100 | 10100001 | 110010 | 0 | 10101 | 10100 | 10011011 | 110010 | 111100 |
Color Harmonies of #66CCA1
Complementary color
Monochromatic Colors of #66CCA1
Black with #66CCA1
Text Example
Text Example
White with #66CCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CCA1; }
p { color: rgb(102,204,161); }
H1.HeaderClassName
{
color: #66CCA1;
}
.AnyTagClassName
{
color: #66CCA1;
}
</style>
background-color css
<style>
a { background-color: #66CCA1; }
a { background-color: rgb(102,204,161); }
div.DivClassName
{
background-color: #66CCA1;
}
.BgClassName
{
background-color: #66CCA1;
}
</style>
border-color css
<style>
span { border-color: #66CCA1; }
span { border-color: rgb(102,204,161); }
td.TdClassName
{
border-color: #66CCA1;
}
.TagClassName
{
border-color: #66CCA1;
}
</style>