Shades of Medium Aquamarine #68F098
Tints of Medium Aquamarine #68F098
RGB
CMYK
RGB Variations
Color information
#68F098 (or 0x68F098) is known color: Medium Aquamarine. HEX triplet: 68, F0 and 98. RGB value is (104,240,152). Sum of RGB (Red+Green+Blue) = 104+240+152=496 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.97% from 496); Green value is 240 (94.14% from 255 or 48.39% from 496); Blue value is 152 (59.77% from 255 or 30.65% from 496); Max value from RGB is 240 - color contains mainly: green. Hex color #68F098 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F098 is #970F67. Grayscale: #BDBDBD. Windows color (decimal): -9899880 or 10023016. OLE color: 10023016.
HSL color Cylindrical-coordinate representation of color #68F098: hue angle of 141.18º 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 #68F098 is Cyan = 0.57, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 104 | 240 | 152 | - |
| CMYK | 0.57 | 0 | 0.37 | 0.06 |
| HSL | 141.18º | 0.82% | 0.67% | - |
| HSV(B) | 141.18º | 0.57% | 0.94% | - |
| XYZ | 42.54 | 67.53 | 40.5 | - |
| YUV | 189.3 | 106.94 | 67.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 240 | 152 | 0.57 | 0 | 0.37 | 0.06 | 141.18 | 0.82 | 0.67 |
| Hex | 68 | F0 | 98 | 39 | 0 | 25 | 6 | 8D | 52 | 43 |
| Octal | 150 | 360 | 230 | 71 | 0 | 45 | 6 | 215 | 122 | 103 |
| Binary | 1101000 | 11110000 | 10011000 | 111001 | 0 | 100101 | 110 | 10001101 | 1010010 | 1000011 |
Color Harmonies of #68F098
Complementary color
Monochromatic Colors of #68F098
Black with #68F098
Text Example
Text Example
White with #68F098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F098; }
p { color: rgb(104,240,152); }
H1.HeaderClassName
{
color: #68F098;
}
.AnyTagClassName
{
color: #68F098;
}
</style>
background-color css
<style>
a { background-color: #68F098; }
a { background-color: rgb(104,240,152); }
div.DivClassName
{
background-color: #68F098;
}
.BgClassName
{
background-color: #68F098;
}
</style>
border-color css
<style>
span { border-color: #68F098; }
span { border-color: rgb(104,240,152); }
td.TdClassName
{
border-color: #68F098;
}
.TagClassName
{
border-color: #68F098;
}
</style>