Shades of Medium Aquamarine #66EF9F
Tints of Medium Aquamarine #66EF9F
RGB
CMYK
RGB Variations
Color information
#66EF9F (or 0x66EF9F) is known color: Medium Aquamarine. HEX triplet: 66, EF and 9F. RGB value is (102,239,159). Sum of RGB (Red+Green+Blue) = 102+239+159=500 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.4% from 500); Green value is 239 (93.75% from 255 or 47.8% from 500); Blue value is 159 (62.5% from 255 or 31.8% from 500); Max value from RGB is 239 - color contains mainly: green. Hex color #66EF9F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66EF9F is #991060. Grayscale: #BDBDBD. Windows color (decimal): -10031201 or 10481510. OLE color: 10481510.
HSL color Cylindrical-coordinate representation of color #66EF9F: hue angle of 144.96º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66EF9F is Cyan = 0.57, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 102 | 239 | 159 | - |
| CMYK | 0.57 | 0 | 0.33 | 0.06 |
| HSL | 144.96º | 0.81% | 0.67% | - |
| HSV(B) | 144.96º | 0.57% | 0.94% | - |
| XYZ | 42.6 | 67.06 | 43.5 | - |
| YUV | 188.92 | 111.11 | 66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 239 | 159 | 0.57 | 0 | 0.33 | 0.06 | 144.96 | 0.81 | 0.67 |
| Hex | 66 | EF | 9F | 39 | 0 | 21 | 6 | 91 | 51 | 43 |
| Octal | 146 | 357 | 237 | 71 | 0 | 41 | 6 | 221 | 121 | 103 |
| Binary | 1100110 | 11101111 | 10011111 | 111001 | 0 | 100001 | 110 | 10010001 | 1010001 | 1000011 |
Color Harmonies of #66EF9F
Complementary color
Monochromatic Colors of #66EF9F
Black with #66EF9F
Text Example
Text Example
White with #66EF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66EF9F; }
p { color: rgb(102,239,159); }
H1.HeaderClassName
{
color: #66EF9F;
}
.AnyTagClassName
{
color: #66EF9F;
}
</style>
background-color css
<style>
a { background-color: #66EF9F; }
a { background-color: rgb(102,239,159); }
div.DivClassName
{
background-color: #66EF9F;
}
.BgClassName
{
background-color: #66EF9F;
}
</style>
border-color css
<style>
span { border-color: #66EF9F; }
span { border-color: rgb(102,239,159); }
td.TdClassName
{
border-color: #66EF9F;
}
.TagClassName
{
border-color: #66EF9F;
}
</style>