Shades of Medium Aquamarine #66E09C
Tints of Medium Aquamarine #66E09C
RGB
CMYK
RGB Variations
Color information
#66E09C (or 0x66E09C) is known color: Medium Aquamarine. HEX triplet: 66, E0 and 9C. RGB value is (102,224,156). Sum of RGB (Red+Green+Blue) = 102+224+156=482 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.16% from 482); Green value is 224 (87.89% from 255 or 46.47% from 482); Blue value is 156 (61.33% from 255 or 32.37% from 482); Max value from RGB is 224 - color contains mainly: green. Hex color #66E09C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66E09C is #991F63. Grayscale: #B3B3B3. Windows color (decimal): -10035044 or 10281062. OLE color: 10281062.
HSL color Cylindrical-coordinate representation of color #66E09C: hue angle of 146.56º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66E09C is Cyan = 0.54, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 102 | 224 | 156 | - |
| CMYK | 0.54 | 0 | 0.30 | 0.12 |
| HSL | 146.56º | 0.66% | 0.64% | - |
| HSV(B) | 146.56º | 0.54% | 0.88% | - |
| XYZ | 38.14 | 58.54 | 40.74 | - |
| YUV | 179.77 | 114.58 | 72.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 224 | 156 | 0.54 | 0 | 0.30 | 0.12 | 146.56 | 0.66 | 0.64 |
| Hex | 66 | E0 | 9C | 36 | 0 | 1E | C | 93 | 42 | 40 |
| Octal | 146 | 340 | 234 | 66 | 0 | 36 | 14 | 223 | 102 | 100 |
| Binary | 1100110 | 11100000 | 10011100 | 110110 | 0 | 11110 | 1100 | 10010011 | 1000010 | 1000000 |
Color Harmonies of #66E09C
Complementary color
Monochromatic Colors of #66E09C
Black with #66E09C
Text Example
Text Example
White with #66E09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E09C; }
p { color: rgb(102,224,156); }
H1.HeaderClassName
{
color: #66E09C;
}
.AnyTagClassName
{
color: #66E09C;
}
</style>
background-color css
<style>
a { background-color: #66E09C; }
a { background-color: rgb(102,224,156); }
div.DivClassName
{
background-color: #66E09C;
}
.BgClassName
{
background-color: #66E09C;
}
</style>
border-color css
<style>
span { border-color: #66E09C; }
span { border-color: rgb(102,224,156); }
td.TdClassName
{
border-color: #66E09C;
}
.TagClassName
{
border-color: #66E09C;
}
</style>