Shades of Medium Aquamarine #66DEA9
Tints of Medium Aquamarine #66DEA9
RGB
CMYK
RGB Variations
Color information
#66DEA9 (or 0x66DEA9) is known color: Medium Aquamarine. HEX triplet: 66, DE and A9. RGB value is (102,222,169). Sum of RGB (Red+Green+Blue) = 102+222+169=493 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.69% from 493); Green value is 222 (87.11% from 255 or 45.03% from 493); Blue value is 169 (66.41% from 255 or 34.28% from 493); Max value from RGB is 222 - color contains mainly: green. Hex color #66DEA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66DEA9 is #992156. Grayscale: #B4B4B4. Windows color (decimal): -10035543 or 11132518. OLE color: 11132518.
HSL color Cylindrical-coordinate representation of color #66DEA9: hue angle of 153.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66DEA9 is Cyan = 0.54, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 222 | 169 | - |
| CMYK | 0.54 | 0 | 0.24 | 0.13 |
| HSL | 153.5º | 0.65% | 0.64% | - |
| HSV(B) | 153.5º | 0.54% | 0.87% | - |
| XYZ | 38.76 | 57.93 | 46.68 | - |
| YUV | 180.08 | 121.74 | 72.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 222 | 169 | 0.54 | 0 | 0.24 | 0.13 | 153.5 | 0.65 | 0.64 |
| Hex | 66 | DE | A9 | 36 | 0 | 18 | D | 9A | 41 | 40 |
| Octal | 146 | 336 | 251 | 66 | 0 | 30 | 15 | 232 | 101 | 100 |
| Binary | 1100110 | 11011110 | 10101001 | 110110 | 0 | 11000 | 1101 | 10011010 | 1000001 | 1000000 |
Color Harmonies of #66DEA9
Complementary color
Monochromatic Colors of #66DEA9
Black with #66DEA9
Text Example
Text Example
White with #66DEA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DEA9; }
p { color: rgb(102,222,169); }
H1.HeaderClassName
{
color: #66DEA9;
}
.AnyTagClassName
{
color: #66DEA9;
}
</style>
background-color css
<style>
a { background-color: #66DEA9; }
a { background-color: rgb(102,222,169); }
div.DivClassName
{
background-color: #66DEA9;
}
.BgClassName
{
background-color: #66DEA9;
}
</style>
border-color css
<style>
span { border-color: #66DEA9; }
span { border-color: rgb(102,222,169); }
td.TdClassName
{
border-color: #66DEA9;
}
.TagClassName
{
border-color: #66DEA9;
}
</style>