Shades of Medium Aquamarine #66F29C
Tints of Medium Aquamarine #66F29C
RGB
CMYK
RGB Variations
Color information
#66F29C (or 0x66F29C) is known color: Medium Aquamarine. HEX triplet: 66, F2 and 9C. RGB value is (102,242,156). Sum of RGB (Red+Green+Blue) = 102+242+156=500 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.4% from 500); Green value is 242 (94.92% from 255 or 48.4% from 500); Blue value is 156 (61.33% from 255 or 31.2% from 500); Max value from RGB is 242 - color contains mainly: green. Hex color #66F29C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66F29C is #990D63. Grayscale: #BEBEBE. Windows color (decimal): -10030436 or 10285670. OLE color: 10285670.
HSL color Cylindrical-coordinate representation of color #66F29C: hue angle of 143.14º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66F29C is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 242 | 156 | - |
| CMYK | 0.58 | 0 | 0.36 | 0.05 |
| HSL | 143.14º | 0.84% | 0.67% | - |
| HSV(B) | 143.14º | 0.58% | 0.95% | - |
| XYZ | 43.23 | 68.73 | 42.44 | - |
| YUV | 190.34 | 108.62 | 64.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 242 | 156 | 0.58 | 0 | 0.36 | 0.05 | 143.14 | 0.84 | 0.67 |
| Hex | 66 | F2 | 9C | 3A | 0 | 24 | 5 | 8F | 54 | 43 |
| Octal | 146 | 362 | 234 | 72 | 0 | 44 | 5 | 217 | 124 | 103 |
| Binary | 1100110 | 11110010 | 10011100 | 111010 | 0 | 100100 | 101 | 10001111 | 1010100 | 1000011 |
Color Harmonies of #66F29C
Complementary color
Monochromatic Colors of #66F29C
Black with #66F29C
Text Example
Text Example
White with #66F29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F29C; }
p { color: rgb(102,242,156); }
H1.HeaderClassName
{
color: #66F29C;
}
.AnyTagClassName
{
color: #66F29C;
}
</style>
background-color css
<style>
a { background-color: #66F29C; }
a { background-color: rgb(102,242,156); }
div.DivClassName
{
background-color: #66F29C;
}
.BgClassName
{
background-color: #66F29C;
}
</style>
border-color css
<style>
span { border-color: #66F29C; }
span { border-color: rgb(102,242,156); }
td.TdClassName
{
border-color: #66F29C;
}
.TagClassName
{
border-color: #66F29C;
}
</style>