Shades of Medium Aquamarine #66F097
Tints of Medium Aquamarine #66F097
RGB
CMYK
RGB Variations
Color information
#66F097 (or 0x66F097) is known color: Medium Aquamarine. HEX triplet: 66, F0 and 97. RGB value is (102,240,151). Sum of RGB (Red+Green+Blue) = 102+240+151=493 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.69% from 493); Green value is 240 (94.14% from 255 or 48.68% from 493); Blue value is 151 (59.38% from 255 or 30.63% from 493); Max value from RGB is 240 - color contains mainly: green. Hex color #66F097 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66F097 is #990F68. Grayscale: #BCBCBC. Windows color (decimal): -10030953 or 9957478. OLE color: 9957478.
HSL color Cylindrical-coordinate representation of color #66F097: hue angle of 141.3º 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 #66F097 is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 102 | 240 | 151 | - |
| CMYK | 0.58 | 0 | 0.37 | 0.06 |
| HSL | 141.3º | 0.82% | 0.67% | - |
| HSV(B) | 141.3º | 0.58% | 0.94% | - |
| XYZ | 42.23 | 67.38 | 40.06 | - |
| YUV | 188.59 | 106.78 | 66.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 240 | 151 | 0.58 | 0 | 0.37 | 0.06 | 141.3 | 0.82 | 0.67 |
| Hex | 66 | F0 | 97 | 3A | 0 | 25 | 6 | 8D | 52 | 43 |
| Octal | 146 | 360 | 227 | 72 | 0 | 45 | 6 | 215 | 122 | 103 |
| Binary | 1100110 | 11110000 | 10010111 | 111010 | 0 | 100101 | 110 | 10001101 | 1010010 | 1000011 |
Color Harmonies of #66F097
Complementary color
Monochromatic Colors of #66F097
Black with #66F097
Text Example
Text Example
White with #66F097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F097; }
p { color: rgb(102,240,151); }
H1.HeaderClassName
{
color: #66F097;
}
.AnyTagClassName
{
color: #66F097;
}
</style>
background-color css
<style>
a { background-color: #66F097; }
a { background-color: rgb(102,240,151); }
div.DivClassName
{
background-color: #66F097;
}
.BgClassName
{
background-color: #66F097;
}
</style>
border-color css
<style>
span { border-color: #66F097; }
span { border-color: rgb(102,240,151); }
td.TdClassName
{
border-color: #66F097;
}
.TagClassName
{
border-color: #66F097;
}
</style>