Shades of Medium Aquamarine #66D99A
Tints of Medium Aquamarine #66D99A
RGB
CMYK
RGB Variations
Color information
#66D99A (or 0x66D99A) is known color: Medium Aquamarine. HEX triplet: 66, D9 and 9A. RGB value is (102,217,154). Sum of RGB (Red+Green+Blue) = 102+217+154=473 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.56% from 473); Green value is 217 (85.16% from 255 or 45.88% from 473); Blue value is 154 (60.55% from 255 or 32.56% from 473); Max value from RGB is 217 - color contains mainly: green. Hex color #66D99A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66D99A is #992665. Grayscale: #AFAFAF. Windows color (decimal): -10036838 or 10148198. OLE color: 10148198.
HSL color Cylindrical-coordinate representation of color #66D99A: hue angle of 147.13º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66D99A is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 217 | 154 | - |
| CMYK | 0.53 | 0 | 0.29 | 0.15 |
| HSL | 147.13º | 0.6% | 0.63% | - |
| HSV(B) | 147.13º | 0.53% | 0.85% | - |
| XYZ | 36.13 | 54.78 | 39.24 | - |
| YUV | 175.43 | 115.9 | 75.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 217 | 154 | 0.53 | 0 | 0.29 | 0.15 | 147.13 | 0.6 | 0.63 |
| Hex | 66 | D9 | 9A | 35 | 0 | 1D | F | 93 | 3C | 3F |
| Octal | 146 | 331 | 232 | 65 | 0 | 35 | 17 | 223 | 74 | 77 |
| Binary | 1100110 | 11011001 | 10011010 | 110101 | 0 | 11101 | 1111 | 10010011 | 111100 | 111111 |
Color Harmonies of #66D99A
Complementary color
Monochromatic Colors of #66D99A
Black with #66D99A
Text Example
Text Example
White with #66D99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D99A; }
p { color: rgb(102,217,154); }
H1.HeaderClassName
{
color: #66D99A;
}
.AnyTagClassName
{
color: #66D99A;
}
</style>
background-color css
<style>
a { background-color: #66D99A; }
a { background-color: rgb(102,217,154); }
div.DivClassName
{
background-color: #66D99A;
}
.BgClassName
{
background-color: #66D99A;
}
</style>
border-color css
<style>
span { border-color: #66D99A; }
span { border-color: rgb(102,217,154); }
td.TdClassName
{
border-color: #66D99A;
}
.TagClassName
{
border-color: #66D99A;
}
</style>