Shades of Medium Aquamarine #66F699
Tints of Medium Aquamarine #66F699
RGB
CMYK
RGB Variations
Color information
#66F699 (or 0x66F699) is known color: Medium Aquamarine. HEX triplet: 66, F6 and 99. RGB value is (102,246,153). Sum of RGB (Red+Green+Blue) = 102+246+153=501 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.36% from 501); Green value is 246 (96.48% from 255 or 49.10% from 501); Blue value is 153 (60.16% from 255 or 30.54% from 501); Max value from RGB is 246 - color contains mainly: green. Hex color #66F699 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66F699 is #990966. Grayscale: #C0C0C0. Windows color (decimal): -10029415 or 10090086. OLE color: 10090086.
HSL color Cylindrical-coordinate representation of color #66F699: hue angle of 141.25º 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 #66F699 is Cyan = 0.59, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 102 | 246 | 153 | - |
| CMYK | 0.59 | 0 | 0.38 | 0.04 |
| HSL | 141.25º | 0.89% | 0.68% | - |
| HSV(B) | 141.25º | 0.59% | 0.96% | - |
| XYZ | 44.19 | 71.04 | 41.52 | - |
| YUV | 192.34 | 105.79 | 63.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 246 | 153 | 0.59 | 0 | 0.38 | 0.04 | 141.25 | 0.89 | 0.68 |
| Hex | 66 | F6 | 99 | 3B | 0 | 26 | 4 | 8D | 59 | 44 |
| Octal | 146 | 366 | 231 | 73 | 0 | 46 | 4 | 215 | 131 | 104 |
| Binary | 1100110 | 11110110 | 10011001 | 111011 | 0 | 100110 | 100 | 10001101 | 1011001 | 1000100 |
Color Harmonies of #66F699
Complementary color
Monochromatic Colors of #66F699
Black with #66F699
Text Example
Text Example
White with #66F699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F699; }
p { color: rgb(102,246,153); }
H1.HeaderClassName
{
color: #66F699;
}
.AnyTagClassName
{
color: #66F699;
}
</style>
background-color css
<style>
a { background-color: #66F699; }
a { background-color: rgb(102,246,153); }
div.DivClassName
{
background-color: #66F699;
}
.BgClassName
{
background-color: #66F699;
}
</style>
border-color css
<style>
span { border-color: #66F699; }
span { border-color: rgb(102,246,153); }
td.TdClassName
{
border-color: #66F699;
}
.TagClassName
{
border-color: #66F699;
}
</style>