Shades of Medium Aquamarine #66DD9C
Tints of Medium Aquamarine #66DD9C
RGB
CMYK
RGB Variations
Color information
#66DD9C (or 0x66DD9C) is known color: Medium Aquamarine. HEX triplet: 66, DD and 9C. RGB value is (102,221,156). Sum of RGB (Red+Green+Blue) = 102+221+156=479 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.29% from 479); Green value is 221 (86.72% from 255 or 46.14% from 479); Blue value is 156 (61.33% from 255 or 32.57% from 479); Max value from RGB is 221 - color contains mainly: green. Hex color #66DD9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66DD9C is #992263. Grayscale: #B2B2B2. Windows color (decimal): -10035812 or 10280294. OLE color: 10280294.
HSL color Cylindrical-coordinate representation of color #66DD9C: hue angle of 147.23º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66DD9C is Cyan = 0.54, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 221 | 156 | - |
| CMYK | 0.54 | 0 | 0.29 | 0.13 |
| HSL | 147.23º | 0.64% | 0.63% | - |
| HSV(B) | 147.23º | 0.54% | 0.87% | - |
| XYZ | 37.34 | 56.94 | 40.47 | - |
| YUV | 178.01 | 115.58 | 73.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 221 | 156 | 0.54 | 0 | 0.29 | 0.13 | 147.23 | 0.64 | 0.63 |
| Hex | 66 | DD | 9C | 36 | 0 | 1D | D | 93 | 40 | 3F |
| Octal | 146 | 335 | 234 | 66 | 0 | 35 | 15 | 223 | 100 | 77 |
| Binary | 1100110 | 11011101 | 10011100 | 110110 | 0 | 11101 | 1101 | 10010011 | 1000000 | 111111 |
Color Harmonies of #66DD9C
Complementary color
Monochromatic Colors of #66DD9C
Black with #66DD9C
Text Example
Text Example
White with #66DD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DD9C; }
p { color: rgb(102,221,156); }
H1.HeaderClassName
{
color: #66DD9C;
}
.AnyTagClassName
{
color: #66DD9C;
}
</style>
background-color css
<style>
a { background-color: #66DD9C; }
a { background-color: rgb(102,221,156); }
div.DivClassName
{
background-color: #66DD9C;
}
.BgClassName
{
background-color: #66DD9C;
}
</style>
border-color css
<style>
span { border-color: #66DD9C; }
span { border-color: rgb(102,221,156); }
td.TdClassName
{
border-color: #66DD9C;
}
.TagClassName
{
border-color: #66DD9C;
}
</style>