Shades of Medium Aquamarine #66DC9A
Tints of Medium Aquamarine #66DC9A
RGB
CMYK
RGB Variations
Color information
#66DC9A (or 0x66DC9A) is known color: Medium Aquamarine. HEX triplet: 66, DC and 9A. RGB value is (102,220,154). Sum of RGB (Red+Green+Blue) = 102+220+154=476 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.43% from 476); Green value is 220 (86.33% from 255 or 46.22% from 476); Blue value is 154 (60.55% from 255 or 32.35% from 476); Max value from RGB is 220 - color contains mainly: green. Hex color #66DC9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66DC9A is #992365. Grayscale: #B1B1B1. Windows color (decimal): -10036070 or 10148966. OLE color: 10148966.
HSL color Cylindrical-coordinate representation of color #66DC9A: hue angle of 146.44º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66DC9A is Cyan = 0.54, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 220 | 154 | - |
| CMYK | 0.54 | 0 | 0.3 | 0.14 |
| HSL | 146.44º | 0.63% | 0.63% | - |
| HSV(B) | 146.44º | 0.54% | 0.86% | - |
| XYZ | 36.91 | 56.34 | 39.5 | - |
| YUV | 177.19 | 114.91 | 74.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 220 | 154 | 0.54 | 0 | 0.3 | 0.14 | 146.44 | 0.63 | 0.63 |
| Hex | 66 | DC | 9A | 36 | 0 | 1E | E | 92 | 3F | 3F |
| Octal | 146 | 334 | 232 | 66 | 0 | 36 | 16 | 222 | 77 | 77 |
| Binary | 1100110 | 11011100 | 10011010 | 110110 | 0 | 11110 | 1110 | 10010010 | 111111 | 111111 |
Color Harmonies of #66DC9A
Complementary color
Monochromatic Colors of #66DC9A
Black with #66DC9A
Text Example
Text Example
White with #66DC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DC9A; }
p { color: rgb(102,220,154); }
H1.HeaderClassName
{
color: #66DC9A;
}
.AnyTagClassName
{
color: #66DC9A;
}
</style>
background-color css
<style>
a { background-color: #66DC9A; }
a { background-color: rgb(102,220,154); }
div.DivClassName
{
background-color: #66DC9A;
}
.BgClassName
{
background-color: #66DC9A;
}
</style>
border-color css
<style>
span { border-color: #66DC9A; }
span { border-color: rgb(102,220,154); }
td.TdClassName
{
border-color: #66DC9A;
}
.TagClassName
{
border-color: #66DC9A;
}
</style>