Shades of Medium Aquamarine #68F299
Tints of Medium Aquamarine #68F299
RGB
CMYK
RGB Variations
Color information
#68F299 (or 0x68F299) is known color: Medium Aquamarine. HEX triplet: 68, F2 and 99. RGB value is (104,242,153). Sum of RGB (Red+Green+Blue) = 104+242+153=499 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.84% from 499); Green value is 242 (94.92% from 255 or 48.50% from 499); Blue value is 153 (60.16% from 255 or 30.66% from 499); Max value from RGB is 242 - color contains mainly: green. Hex color #68F299 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F299 is #970D66. Grayscale: #BEBEBE. Windows color (decimal): -9899367 or 10089064. OLE color: 10089064.
HSL color Cylindrical-coordinate representation of color #68F299: hue angle of 141.3º degrees, saturation: 0.84, 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 #68F299 is Cyan = 0.57, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 242 | 153 | - |
| CMYK | 0.57 | 0 | 0.37 | 0.05 |
| HSL | 141.3º | 0.84% | 0.68% | - |
| HSV(B) | 141.3º | 0.57% | 0.95% | - |
| XYZ | 43.21 | 68.75 | 41.13 | - |
| YUV | 190.59 | 106.78 | 66.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 242 | 153 | 0.57 | 0 | 0.37 | 0.05 | 141.3 | 0.84 | 0.68 |
| Hex | 68 | F2 | 99 | 39 | 0 | 25 | 5 | 8D | 54 | 44 |
| Octal | 150 | 362 | 231 | 71 | 0 | 45 | 5 | 215 | 124 | 104 |
| Binary | 1101000 | 11110010 | 10011001 | 111001 | 0 | 100101 | 101 | 10001101 | 1010100 | 1000100 |
Color Harmonies of #68F299
Complementary color
Monochromatic Colors of #68F299
Black with #68F299
Text Example
Text Example
White with #68F299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F299; }
p { color: rgb(104,242,153); }
H1.HeaderClassName
{
color: #68F299;
}
.AnyTagClassName
{
color: #68F299;
}
</style>
background-color css
<style>
a { background-color: #68F299; }
a { background-color: rgb(104,242,153); }
div.DivClassName
{
background-color: #68F299;
}
.BgClassName
{
background-color: #68F299;
}
</style>
border-color css
<style>
span { border-color: #68F299; }
span { border-color: rgb(104,242,153); }
td.TdClassName
{
border-color: #68F299;
}
.TagClassName
{
border-color: #68F299;
}
</style>