Shades of Medium Aquamarine #66F59D
Tints of Medium Aquamarine #66F59D
RGB
CMYK
RGB Variations
Color information
#66F59D (or 0x66F59D) is known color: Medium Aquamarine. HEX triplet: 66, F5 and 9D. RGB value is (102,245,157). Sum of RGB (Red+Green+Blue) = 102+245+157=504 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.24% from 504); Green value is 245 (96.09% from 255 or 48.61% from 504); Blue value is 157 (61.72% from 255 or 31.15% from 504); Max value from RGB is 245 - color contains mainly: green. Hex color #66F59D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66F59D is #990A62. Grayscale: #C0C0C0. Windows color (decimal): -10029667 or 10351974. OLE color: 10351974.
HSL color Cylindrical-coordinate representation of color #66F59D: hue angle of 143.08º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66F59D is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 102 | 245 | 157 | - |
| CMYK | 0.58 | 0 | 0.36 | 0.04 |
| HSL | 143.08º | 0.88% | 0.68% | - |
| HSV(B) | 143.08º | 0.58% | 0.96% | - |
| XYZ | 44.22 | 70.56 | 43.19 | - |
| YUV | 192.21 | 108.12 | 63.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 245 | 157 | 0.58 | 0 | 0.36 | 0.04 | 143.08 | 0.88 | 0.68 |
| Hex | 66 | F5 | 9D | 3A | 0 | 24 | 4 | 8F | 58 | 44 |
| Octal | 146 | 365 | 235 | 72 | 0 | 44 | 4 | 217 | 130 | 104 |
| Binary | 1100110 | 11110101 | 10011101 | 111010 | 0 | 100100 | 100 | 10001111 | 1011000 | 1000100 |
Color Harmonies of #66F59D
Complementary color
Monochromatic Colors of #66F59D
Black with #66F59D
Text Example
Text Example
White with #66F59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F59D; }
p { color: rgb(102,245,157); }
H1.HeaderClassName
{
color: #66F59D;
}
.AnyTagClassName
{
color: #66F59D;
}
</style>
background-color css
<style>
a { background-color: #66F59D; }
a { background-color: rgb(102,245,157); }
div.DivClassName
{
background-color: #66F59D;
}
.BgClassName
{
background-color: #66F59D;
}
</style>
border-color css
<style>
span { border-color: #66F59D; }
span { border-color: rgb(102,245,157); }
td.TdClassName
{
border-color: #66F59D;
}
.TagClassName
{
border-color: #66F59D;
}
</style>