Shades of Medium Aquamarine #66FE9F
Tints of Medium Aquamarine #66FE9F
RGB
CMYK
RGB Variations
Color information
#66FE9F (or 0x66FE9F) is known color: Medium Aquamarine. HEX triplet: 66, FE and 9F. RGB value is (102,254,159). Sum of RGB (Red+Green+Blue) = 102+254+159=515 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.81% from 515); Green value is 254 (99.61% from 255 or 49.32% from 515); Blue value is 159 (62.5% from 255 or 30.87% from 515); Max value from RGB is 254 - color contains mainly: green. Hex color #66FE9F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66FE9F is #990160. Grayscale: #C5C5C5. Windows color (decimal): -10027361 or 10485350. OLE color: 10485350.
HSL color Cylindrical-coordinate representation of color #66FE9F: hue angle of 142.5º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66FE9F is Cyan = 0.60, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 102 | 254 | 159 | - |
| CMYK | 0.60 | 0 | 0.37 | 0.00 |
| HSL | 142.5º | 0.99% | 0.7% | - |
| HSV(B) | 142.5º | 0.6% | 1% | - |
| XYZ | 47.18 | 76.21 | 45.02 | - |
| YUV | 197.72 | 106.14 | 59.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 254 | 159 | 0.60 | 0 | 0.37 | 0.00 | 142.5 | 0.99 | 0.7 |
| Hex | 66 | FE | 9F | 3C | 0 | 25 | 0 | 8E | 63 | 46 |
| Octal | 146 | 376 | 237 | 74 | 0 | 45 | 0 | 216 | 143 | 106 |
| Binary | 1100110 | 11111110 | 10011111 | 111100 | 0 | 100101 | 0 | 10001110 | 1100011 | 1000110 |
Color Harmonies of #66FE9F
Complementary color
Monochromatic Colors of #66FE9F
Black with #66FE9F
Text Example
Text Example
White with #66FE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FE9F; }
p { color: rgb(102,254,159); }
H1.HeaderClassName
{
color: #66FE9F;
}
.AnyTagClassName
{
color: #66FE9F;
}
</style>
background-color css
<style>
a { background-color: #66FE9F; }
a { background-color: rgb(102,254,159); }
div.DivClassName
{
background-color: #66FE9F;
}
.BgClassName
{
background-color: #66FE9F;
}
</style>
border-color css
<style>
span { border-color: #66FE9F; }
span { border-color: rgb(102,254,159); }
td.TdClassName
{
border-color: #66FE9F;
}
.TagClassName
{
border-color: #66FE9F;
}
</style>