Shades of Medium Aquamarine #66F99E
Tints of Medium Aquamarine #66F99E
RGB
CMYK
RGB Variations
Color information
#66F99E (or 0x66F99E) is known color: Medium Aquamarine. HEX triplet: 66, F9 and 9E. RGB value is (102,249,158). Sum of RGB (Red+Green+Blue) = 102+249+158=509 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.04% from 509); Green value is 249 (97.66% from 255 or 48.92% from 509); Blue value is 158 (62.11% from 255 or 31.04% from 509); Max value from RGB is 249 - color contains mainly: green. Hex color #66F99E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66F99E is #990661. Grayscale: #C2C2C2. Windows color (decimal): -10028642 or 10418534. OLE color: 10418534.
HSL color Cylindrical-coordinate representation of color #66F99E: hue angle of 142.86º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66F99E is Cyan = 0.59, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 249 | 158 | - |
| CMYK | 0.59 | 0 | 0.37 | 0.02 |
| HSL | 142.86º | 0.92% | 0.69% | - |
| HSV(B) | 142.86º | 0.59% | 0.98% | - |
| XYZ | 45.53 | 73.04 | 44.05 | - |
| YUV | 194.67 | 107.3 | 61.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 249 | 158 | 0.59 | 0 | 0.37 | 0.02 | 142.86 | 0.92 | 0.69 |
| Hex | 66 | F9 | 9E | 3B | 0 | 25 | 2 | 8F | 5C | 45 |
| Octal | 146 | 371 | 236 | 73 | 0 | 45 | 2 | 217 | 134 | 105 |
| Binary | 1100110 | 11111001 | 10011110 | 111011 | 0 | 100101 | 10 | 10001111 | 1011100 | 1000101 |
Color Harmonies of #66F99E
Complementary color
Monochromatic Colors of #66F99E
Black with #66F99E
Text Example
Text Example
White with #66F99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F99E; }
p { color: rgb(102,249,158); }
H1.HeaderClassName
{
color: #66F99E;
}
.AnyTagClassName
{
color: #66F99E;
}
</style>
background-color css
<style>
a { background-color: #66F99E; }
a { background-color: rgb(102,249,158); }
div.DivClassName
{
background-color: #66F99E;
}
.BgClassName
{
background-color: #66F99E;
}
</style>
border-color css
<style>
span { border-color: #66F99E; }
span { border-color: rgb(102,249,158); }
td.TdClassName
{
border-color: #66F99E;
}
.TagClassName
{
border-color: #66F99E;
}
</style>