Shades of Medium Aquamarine #66E198
Tints of Medium Aquamarine #66E198
RGB
CMYK
RGB Variations
Color information
#66E198 (or 0x66E198) is known color: Medium Aquamarine. HEX triplet: 66, E1 and 98. RGB value is (102,225,152). Sum of RGB (Red+Green+Blue) = 102+225+152=479 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.29% from 479); Green value is 225 (88.28% from 255 or 46.97% from 479); Blue value is 152 (59.77% from 255 or 31.73% from 479); Max value from RGB is 225 - color contains mainly: green. Hex color #66E198 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66E198 is #991E67. Grayscale: #B4B4B4. Windows color (decimal): -10034792 or 10019174. OLE color: 10019174.
HSL color Cylindrical-coordinate representation of color #66E198: hue angle of 144.39º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66E198 is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 102 | 225 | 152 | - |
| CMYK | 0.55 | 0 | 0.32 | 0.12 |
| HSL | 144.39º | 0.67% | 0.64% | - |
| HSV(B) | 144.39º | 0.55% | 0.88% | - |
| XYZ | 38.07 | 58.94 | 39.08 | - |
| YUV | 179.9 | 112.25 | 72.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 225 | 152 | 0.55 | 0 | 0.32 | 0.12 | 144.39 | 0.67 | 0.64 |
| Hex | 66 | E1 | 98 | 37 | 0 | 20 | C | 90 | 43 | 40 |
| Octal | 146 | 341 | 230 | 67 | 0 | 40 | 14 | 220 | 103 | 100 |
| Binary | 1100110 | 11100001 | 10011000 | 110111 | 0 | 100000 | 1100 | 10010000 | 1000011 | 1000000 |
Color Harmonies of #66E198
Complementary color
Monochromatic Colors of #66E198
Black with #66E198
Text Example
Text Example
White with #66E198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E198; }
p { color: rgb(102,225,152); }
H1.HeaderClassName
{
color: #66E198;
}
.AnyTagClassName
{
color: #66E198;
}
</style>
background-color css
<style>
a { background-color: #66E198; }
a { background-color: rgb(102,225,152); }
div.DivClassName
{
background-color: #66E198;
}
.BgClassName
{
background-color: #66E198;
}
</style>
border-color css
<style>
span { border-color: #66E198; }
span { border-color: rgb(102,225,152); }
td.TdClassName
{
border-color: #66E198;
}
.TagClassName
{
border-color: #66E198;
}
</style>