Shades of Medium Aquamarine #66ED9C
Tints of Medium Aquamarine #66ED9C
RGB
CMYK
RGB Variations
Color information
#66ED9C (or 0x66ED9C) is known color: Medium Aquamarine. HEX triplet: 66, ED and 9C. RGB value is (102,237,156). Sum of RGB (Red+Green+Blue) = 102+237+156=495 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.61% from 495); Green value is 237 (92.97% from 255 or 47.88% from 495); Blue value is 156 (61.33% from 255 or 31.52% from 495); Max value from RGB is 237 - color contains mainly: green. Hex color #66ED9C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66ED9C is #991263. Grayscale: #BBBBBB. Windows color (decimal): -10031716 or 10284390. OLE color: 10284390.
HSL color Cylindrical-coordinate representation of color #66ED9C: hue angle of 144º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66ED9C is Cyan = 0.57, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 237 | 156 | - |
| CMYK | 0.57 | 0 | 0.34 | 0.07 |
| HSL | 144º | 0.79% | 0.66% | - |
| HSV(B) | 144º | 0.57% | 0.93% | - |
| XYZ | 41.76 | 65.79 | 41.95 | - |
| YUV | 187.4 | 110.27 | 67.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 237 | 156 | 0.57 | 0 | 0.34 | 0.07 | 144 | 0.79 | 0.66 |
| Hex | 66 | ED | 9C | 39 | 0 | 22 | 7 | 90 | 4F | 42 |
| Octal | 146 | 355 | 234 | 71 | 0 | 42 | 7 | 220 | 117 | 102 |
| Binary | 1100110 | 11101101 | 10011100 | 111001 | 0 | 100010 | 111 | 10010000 | 1001111 | 1000010 |
Color Harmonies of #66ED9C
Complementary color
Monochromatic Colors of #66ED9C
Black with #66ED9C
Text Example
Text Example
White with #66ED9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66ED9C; }
p { color: rgb(102,237,156); }
H1.HeaderClassName
{
color: #66ED9C;
}
.AnyTagClassName
{
color: #66ED9C;
}
</style>
background-color css
<style>
a { background-color: #66ED9C; }
a { background-color: rgb(102,237,156); }
div.DivClassName
{
background-color: #66ED9C;
}
.BgClassName
{
background-color: #66ED9C;
}
</style>
border-color css
<style>
span { border-color: #66ED9C; }
span { border-color: rgb(102,237,156); }
td.TdClassName
{
border-color: #66ED9C;
}
.TagClassName
{
border-color: #66ED9C;
}
</style>