Shades of Medium Aquamarine #66F29D
Tints of Medium Aquamarine #66F29D
RGB
CMYK
RGB Variations
Color information
#66F29D (or 0x66F29D) is known color: Medium Aquamarine. HEX triplet: 66, F2 and 9D. RGB value is (102,242,157). Sum of RGB (Red+Green+Blue) = 102+242+157=501 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.36% from 501); Green value is 242 (94.92% from 255 or 48.30% from 501); Blue value is 157 (61.72% from 255 or 31.34% from 501); Max value from RGB is 242 - color contains mainly: green. Hex color #66F29D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66F29D is #990D62. Grayscale: #BEBEBE. Windows color (decimal): -10030435 or 10351206. OLE color: 10351206.
HSL color Cylindrical-coordinate representation of color #66F29D: hue angle of 143.57º 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 #66F29D is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 242 | 157 | - |
| CMYK | 0.58 | 0 | 0.35 | 0.05 |
| HSL | 143.57º | 0.84% | 0.67% | - |
| HSV(B) | 143.57º | 0.58% | 0.95% | - |
| XYZ | 43.32 | 68.76 | 42.89 | - |
| YUV | 190.45 | 109.12 | 64.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 242 | 157 | 0.58 | 0 | 0.35 | 0.05 | 143.57 | 0.84 | 0.67 |
| Hex | 66 | F2 | 9D | 3A | 0 | 23 | 5 | 90 | 54 | 43 |
| Octal | 146 | 362 | 235 | 72 | 0 | 43 | 5 | 220 | 124 | 103 |
| Binary | 1100110 | 11110010 | 10011101 | 111010 | 0 | 100011 | 101 | 10010000 | 1010100 | 1000011 |
Color Harmonies of #66F29D
Complementary color
Monochromatic Colors of #66F29D
Black with #66F29D
Text Example
Text Example
White with #66F29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F29D; }
p { color: rgb(102,242,157); }
H1.HeaderClassName
{
color: #66F29D;
}
.AnyTagClassName
{
color: #66F29D;
}
</style>
background-color css
<style>
a { background-color: #66F29D; }
a { background-color: rgb(102,242,157); }
div.DivClassName
{
background-color: #66F29D;
}
.BgClassName
{
background-color: #66F29D;
}
</style>
border-color css
<style>
span { border-color: #66F29D; }
span { border-color: rgb(102,242,157); }
td.TdClassName
{
border-color: #66F29D;
}
.TagClassName
{
border-color: #66F29D;
}
</style>