Shades of Medium Aquamarine #66F096
Tints of Medium Aquamarine #66F096
RGB
CMYK
RGB Variations
Color information
#66F096 (or 0x66F096) is known color: Medium Aquamarine. HEX triplet: 66, F0 and 96. RGB value is (102,240,150). Sum of RGB (Red+Green+Blue) = 102+240+150=492 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.73% from 492); Green value is 240 (94.14% from 255 or 48.78% from 492); Blue value is 150 (58.98% from 255 or 30.49% from 492); Max value from RGB is 240 - color contains mainly: green. Hex color #66F096 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66F096 is #990F69. Grayscale: #BCBCBC. Windows color (decimal): -10030954 or 9891942. OLE color: 9891942.
HSL color Cylindrical-coordinate representation of color #66F096: hue angle of 140.87º degrees, saturation: 0.82, 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 #66F096 is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 102 | 240 | 150 | - |
| CMYK | 0.58 | 0 | 0.37 | 0.06 |
| HSL | 140.87º | 0.82% | 0.67% | - |
| HSV(B) | 140.87º | 0.58% | 0.94% | - |
| XYZ | 42.14 | 67.35 | 39.63 | - |
| YUV | 188.48 | 106.28 | 66.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 240 | 150 | 0.58 | 0 | 0.37 | 0.06 | 140.87 | 0.82 | 0.67 |
| Hex | 66 | F0 | 96 | 3A | 0 | 25 | 6 | 8D | 52 | 43 |
| Octal | 146 | 360 | 226 | 72 | 0 | 45 | 6 | 215 | 122 | 103 |
| Binary | 1100110 | 11110000 | 10010110 | 111010 | 0 | 100101 | 110 | 10001101 | 1010010 | 1000011 |
Color Harmonies of #66F096
Complementary color
Monochromatic Colors of #66F096
Black with #66F096
Text Example
Text Example
White with #66F096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F096; }
p { color: rgb(102,240,150); }
H1.HeaderClassName
{
color: #66F096;
}
.AnyTagClassName
{
color: #66F096;
}
</style>
background-color css
<style>
a { background-color: #66F096; }
a { background-color: rgb(102,240,150); }
div.DivClassName
{
background-color: #66F096;
}
.BgClassName
{
background-color: #66F096;
}
</style>
border-color css
<style>
span { border-color: #66F096; }
span { border-color: rgb(102,240,150); }
td.TdClassName
{
border-color: #66F096;
}
.TagClassName
{
border-color: #66F096;
}
</style>