Shades of Medium Aquamarine #66D19C
Tints of Medium Aquamarine #66D19C
RGB
CMYK
RGB Variations
Color information
#66D19C (or 0x66D19C) is known color: Medium Aquamarine. HEX triplet: 66, D1 and 9C. RGB value is (102,209,156). Sum of RGB (Red+Green+Blue) = 102+209+156=467 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.84% from 467); Green value is 209 (82.03% from 255 or 44.75% from 467); Blue value is 156 (61.33% from 255 or 33.40% from 467); Max value from RGB is 209 - color contains mainly: green. Hex color #66D19C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66D19C is #992E63. Grayscale: #ABABAB. Windows color (decimal): -10038884 or 10277222. OLE color: 10277222.
HSL color Cylindrical-coordinate representation of color #66D19C: hue angle of 150.28º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #66D19C is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 102 | 209 | 156 | - |
| CMYK | 0.51 | 0 | 0.25 | 0.18 |
| HSL | 150.28º | 0.54% | 0.61% | - |
| HSV(B) | 150.28º | 0.51% | 0.82% | - |
| XYZ | 34.28 | 50.83 | 39.46 | - |
| YUV | 170.97 | 119.55 | 78.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 209 | 156 | 0.51 | 0 | 0.25 | 0.18 | 150.28 | 0.54 | 0.61 |
| Hex | 66 | D1 | 9C | 33 | 0 | 19 | 12 | 96 | 36 | 3D |
| Octal | 146 | 321 | 234 | 63 | 0 | 31 | 22 | 226 | 66 | 75 |
| Binary | 1100110 | 11010001 | 10011100 | 110011 | 0 | 11001 | 10010 | 10010110 | 110110 | 111101 |
Color Harmonies of #66D19C
Complementary color
Monochromatic Colors of #66D19C
Black with #66D19C
Text Example
Text Example
White with #66D19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D19C; }
p { color: rgb(102,209,156); }
H1.HeaderClassName
{
color: #66D19C;
}
.AnyTagClassName
{
color: #66D19C;
}
</style>
background-color css
<style>
a { background-color: #66D19C; }
a { background-color: rgb(102,209,156); }
div.DivClassName
{
background-color: #66D19C;
}
.BgClassName
{
background-color: #66D19C;
}
</style>
border-color css
<style>
span { border-color: #66D19C; }
span { border-color: rgb(102,209,156); }
td.TdClassName
{
border-color: #66D19C;
}
.TagClassName
{
border-color: #66D19C;
}
</style>