Shades of Medium Aquamarine #66E49B
Tints of Medium Aquamarine #66E49B
RGB
CMYK
RGB Variations
Color information
#66E49B (or 0x66E49B) is known color: Medium Aquamarine. HEX triplet: 66, E4 and 9B. RGB value is (102,228,155). Sum of RGB (Red+Green+Blue) = 102+228+155=485 (64% of max value = 765). Red value is 102 (40.23% from 255 or 21.03% from 485); Green value is 228 (89.45% from 255 or 47.01% from 485); Blue value is 155 (60.94% from 255 or 31.96% from 485); Max value from RGB is 228 - color contains mainly: green. Hex color #66E49B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66E49B is #991B64. Grayscale: #B6B6B6. Windows color (decimal): -10034021 or 10216550. OLE color: 10216550.
HSL color Cylindrical-coordinate representation of color #66E49B: hue angle of 145.24º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66E49B is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 102 | 228 | 155 | - |
| CMYK | 0.55 | 0 | 0.32 | 0.11 |
| HSL | 145.24º | 0.7% | 0.65% | - |
| HSV(B) | 145.24º | 0.55% | 0.89% | - |
| XYZ | 39.14 | 60.68 | 40.66 | - |
| YUV | 182 | 112.76 | 70.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 228 | 155 | 0.55 | 0 | 0.32 | 0.11 | 145.24 | 0.7 | 0.65 |
| Hex | 66 | E4 | 9B | 37 | 0 | 20 | B | 91 | 46 | 41 |
| Octal | 146 | 344 | 233 | 67 | 0 | 40 | 13 | 221 | 106 | 101 |
| Binary | 1100110 | 11100100 | 10011011 | 110111 | 0 | 100000 | 1011 | 10010001 | 1000110 | 1000001 |
Color Harmonies of #66E49B
Complementary color
Monochromatic Colors of #66E49B
Black with #66E49B
Text Example
Text Example
White with #66E49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E49B; }
p { color: rgb(102,228,155); }
H1.HeaderClassName
{
color: #66E49B;
}
.AnyTagClassName
{
color: #66E49B;
}
</style>
background-color css
<style>
a { background-color: #66E49B; }
a { background-color: rgb(102,228,155); }
div.DivClassName
{
background-color: #66E49B;
}
.BgClassName
{
background-color: #66E49B;
}
</style>
border-color css
<style>
span { border-color: #66E49B; }
span { border-color: rgb(102,228,155); }
td.TdClassName
{
border-color: #66E49B;
}
.TagClassName
{
border-color: #66E49B;
}
</style>