Shades of Medium Aquamarine #68F197
Tints of Medium Aquamarine #68F197
RGB
CMYK
RGB Variations
Color information
#68F197 (or 0x68F197) is known color: Medium Aquamarine. HEX triplet: 68, F1 and 97. RGB value is (104,241,151). Sum of RGB (Red+Green+Blue) = 104+241+151=496 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.97% from 496); Green value is 241 (94.53% from 255 or 48.59% from 496); Blue value is 151 (59.38% from 255 or 30.44% from 496); Max value from RGB is 241 - color contains mainly: green. Hex color #68F197 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F197 is #970E68. Grayscale: #BEBEBE. Windows color (decimal): -9899625 or 9957736. OLE color: 9957736.
HSL color Cylindrical-coordinate representation of color #68F197: hue angle of 140.58º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F197 is Cyan = 0.57, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 241 | 151 | - |
| CMYK | 0.57 | 0 | 0.37 | 0.05 |
| HSL | 140.58º | 0.83% | 0.68% | - |
| HSV(B) | 140.58º | 0.57% | 0.95% | - |
| XYZ | 42.75 | 68.09 | 40.17 | - |
| YUV | 189.78 | 106.11 | 66.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 241 | 151 | 0.57 | 0 | 0.37 | 0.05 | 140.58 | 0.83 | 0.68 |
| Hex | 68 | F1 | 97 | 39 | 0 | 25 | 5 | 8D | 53 | 44 |
| Octal | 150 | 361 | 227 | 71 | 0 | 45 | 5 | 215 | 123 | 104 |
| Binary | 1101000 | 11110001 | 10010111 | 111001 | 0 | 100101 | 101 | 10001101 | 1010011 | 1000100 |
Color Harmonies of #68F197
Complementary color
Monochromatic Colors of #68F197
Black with #68F197
Text Example
Text Example
White with #68F197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F197; }
p { color: rgb(104,241,151); }
H1.HeaderClassName
{
color: #68F197;
}
.AnyTagClassName
{
color: #68F197;
}
</style>
background-color css
<style>
a { background-color: #68F197; }
a { background-color: rgb(104,241,151); }
div.DivClassName
{
background-color: #68F197;
}
.BgClassName
{
background-color: #68F197;
}
</style>
border-color css
<style>
span { border-color: #68F197; }
span { border-color: rgb(104,241,151); }
td.TdClassName
{
border-color: #68F197;
}
.TagClassName
{
border-color: #68F197;
}
</style>