Shades of Medium Aquamarine #66F69D
Tints of Medium Aquamarine #66F69D
RGB
CMYK
RGB Variations
Color information
#66F69D (or 0x66F69D) is known color: Medium Aquamarine. HEX triplet: 66, F6 and 9D. RGB value is (102,246,157). Sum of RGB (Red+Green+Blue) = 102+246+157=505 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.20% from 505); Green value is 246 (96.48% from 255 or 48.71% from 505); Blue value is 157 (61.72% from 255 or 31.09% from 505); Max value from RGB is 246 - color contains mainly: green. Hex color #66F69D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66F69D is #990962. Grayscale: #C1C1C1. Windows color (decimal): -10029411 or 10352230. OLE color: 10352230.
HSL color Cylindrical-coordinate representation of color #66F69D: hue angle of 142.92º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66F69D is Cyan = 0.59, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 102 | 246 | 157 | - |
| CMYK | 0.59 | 0 | 0.36 | 0.04 |
| HSL | 142.92º | 0.89% | 0.68% | - |
| HSV(B) | 142.92º | 0.59% | 0.96% | - |
| XYZ | 44.52 | 71.17 | 43.29 | - |
| YUV | 192.8 | 107.79 | 63.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 246 | 157 | 0.59 | 0 | 0.36 | 0.04 | 142.92 | 0.89 | 0.68 |
| Hex | 66 | F6 | 9D | 3B | 0 | 24 | 4 | 8F | 59 | 44 |
| Octal | 146 | 366 | 235 | 73 | 0 | 44 | 4 | 217 | 131 | 104 |
| Binary | 1100110 | 11110110 | 10011101 | 111011 | 0 | 100100 | 100 | 10001111 | 1011001 | 1000100 |
Color Harmonies of #66F69D
Complementary color
Monochromatic Colors of #66F69D
Black with #66F69D
Text Example
Text Example
White with #66F69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F69D; }
p { color: rgb(102,246,157); }
H1.HeaderClassName
{
color: #66F69D;
}
.AnyTagClassName
{
color: #66F69D;
}
</style>
background-color css
<style>
a { background-color: #66F69D; }
a { background-color: rgb(102,246,157); }
div.DivClassName
{
background-color: #66F69D;
}
.BgClassName
{
background-color: #66F69D;
}
</style>
border-color css
<style>
span { border-color: #66F69D; }
span { border-color: rgb(102,246,157); }
td.TdClassName
{
border-color: #66F69D;
}
.TagClassName
{
border-color: #66F69D;
}
</style>