Shades of Medium Aquamarine #66CDA1
Tints of Medium Aquamarine #66CDA1
RGB
CMYK
RGB Variations
Color information
#66CDA1 (or 0x66CDA1) is known color: Medium Aquamarine. HEX triplet: 66, CD and A1. RGB value is (102,205,161). Sum of RGB (Red+Green+Blue) = 102+205+161=468 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.79% from 468); Green value is 205 (80.47% from 255 or 43.80% from 468); Blue value is 161 (63.28% from 255 or 34.40% from 468); Max value from RGB is 205 - color contains mainly: green. Hex color #66CDA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66CDA1 is #99325E. Grayscale: #A9A9A9. Windows color (decimal): -10039903 or 10603878. OLE color: 10603878.
HSL color Cylindrical-coordinate representation of color #66CDA1: hue angle of 154.37º 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 #66CDA1 is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 102 | 205 | 161 | - |
| CMYK | 0.50 | 0 | 0.21 | 0.20 |
| HSL | 154.37º | 0.51% | 0.6% | - |
| HSV(B) | 154.37º | 0.5% | 0.8% | - |
| XYZ | 33.74 | 49.06 | 41.41 | - |
| YUV | 169.19 | 123.38 | 80.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 205 | 161 | 0.50 | 0 | 0.21 | 0.20 | 154.37 | 0.51 | 0.6 |
| Hex | 66 | CD | A1 | 32 | 0 | 15 | 14 | 9A | 33 | 3C |
| Octal | 146 | 315 | 241 | 62 | 0 | 25 | 24 | 232 | 63 | 74 |
| Binary | 1100110 | 11001101 | 10100001 | 110010 | 0 | 10101 | 10100 | 10011010 | 110011 | 111100 |
Color Harmonies of #66CDA1
Complementary color
Monochromatic Colors of #66CDA1
Black with #66CDA1
Text Example
Text Example
White with #66CDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CDA1; }
p { color: rgb(102,205,161); }
H1.HeaderClassName
{
color: #66CDA1;
}
.AnyTagClassName
{
color: #66CDA1;
}
</style>
background-color css
<style>
a { background-color: #66CDA1; }
a { background-color: rgb(102,205,161); }
div.DivClassName
{
background-color: #66CDA1;
}
.BgClassName
{
background-color: #66CDA1;
}
</style>
border-color css
<style>
span { border-color: #66CDA1; }
span { border-color: rgb(102,205,161); }
td.TdClassName
{
border-color: #66CDA1;
}
.TagClassName
{
border-color: #66CDA1;
}
</style>