Shades of Medium Aquamarine #66D5A1
Tints of Medium Aquamarine #66D5A1
RGB
CMYK
RGB Variations
Color information
#66D5A1 (or 0x66D5A1) is known color: Medium Aquamarine. HEX triplet: 66, D5 and A1. RGB value is (102,213,161). Sum of RGB (Red+Green+Blue) = 102+213+161=476 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.43% from 476); Green value is 213 (83.59% from 255 or 44.75% from 476); Blue value is 161 (63.28% from 255 or 33.82% from 476); Max value from RGB is 213 - color contains mainly: green. Hex color #66D5A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66D5A1 is #992A5E. Grayscale: #ADADAD. Windows color (decimal): -10037855 or 10605926. OLE color: 10605926.
HSL color Cylindrical-coordinate representation of color #66D5A1: hue angle of 151.89º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66D5A1 is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 213 | 161 | - |
| CMYK | 0.52 | 0 | 0.24 | 0.16 |
| HSL | 151.89º | 0.57% | 0.62% | - |
| HSV(B) | 151.89º | 0.52% | 0.84% | - |
| XYZ | 35.71 | 52.99 | 42.06 | - |
| YUV | 173.88 | 120.73 | 76.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 213 | 161 | 0.52 | 0 | 0.24 | 0.16 | 151.89 | 0.57 | 0.62 |
| Hex | 66 | D5 | A1 | 34 | 0 | 18 | 10 | 98 | 39 | 3E |
| Octal | 146 | 325 | 241 | 64 | 0 | 30 | 20 | 230 | 71 | 76 |
| Binary | 1100110 | 11010101 | 10100001 | 110100 | 0 | 11000 | 10000 | 10011000 | 111001 | 111110 |
Color Harmonies of #66D5A1
Complementary color
Monochromatic Colors of #66D5A1
Black with #66D5A1
Text Example
Text Example
White with #66D5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D5A1; }
p { color: rgb(102,213,161); }
H1.HeaderClassName
{
color: #66D5A1;
}
.AnyTagClassName
{
color: #66D5A1;
}
</style>
background-color css
<style>
a { background-color: #66D5A1; }
a { background-color: rgb(102,213,161); }
div.DivClassName
{
background-color: #66D5A1;
}
.BgClassName
{
background-color: #66D5A1;
}
</style>
border-color css
<style>
span { border-color: #66D5A1; }
span { border-color: rgb(102,213,161); }
td.TdClassName
{
border-color: #66D5A1;
}
.TagClassName
{
border-color: #66D5A1;
}
</style>