Shades of Medium Aquamarine #68F59F
Tints of Medium Aquamarine #68F59F
RGB
CMYK
RGB Variations
Color information
#68F59F (or 0x68F59F) is known color: Medium Aquamarine. HEX triplet: 68, F5 and 9F. RGB value is (104,245,159). Sum of RGB (Red+Green+Blue) = 104+245+159=508 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.47% from 508); Green value is 245 (96.09% from 255 or 48.23% from 508); Blue value is 159 (62.5% from 255 or 31.30% from 508); Max value from RGB is 245 - color contains mainly: green. Hex color #68F59F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F59F is #970A60. Grayscale: #C1C1C1. Windows color (decimal): -9898593 or 10483048. OLE color: 10483048.
HSL color Cylindrical-coordinate representation of color #68F59F: hue angle of 143.4º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68F59F is Cyan = 0.58, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 104 | 245 | 159 | - |
| CMYK | 0.58 | 0 | 0.35 | 0.04 |
| HSL | 143.4º | 0.88% | 0.68% | - |
| HSV(B) | 143.4º | 0.58% | 0.96% | - |
| XYZ | 44.62 | 70.75 | 44.11 | - |
| YUV | 193.04 | 108.79 | 64.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 245 | 159 | 0.58 | 0 | 0.35 | 0.04 | 143.4 | 0.88 | 0.68 |
| Hex | 68 | F5 | 9F | 3A | 0 | 23 | 4 | 8F | 58 | 44 |
| Octal | 150 | 365 | 237 | 72 | 0 | 43 | 4 | 217 | 130 | 104 |
| Binary | 1101000 | 11110101 | 10011111 | 111010 | 0 | 100011 | 100 | 10001111 | 1011000 | 1000100 |
Color Harmonies of #68F59F
Complementary color
Monochromatic Colors of #68F59F
Black with #68F59F
Text Example
Text Example
White with #68F59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F59F; }
p { color: rgb(104,245,159); }
H1.HeaderClassName
{
color: #68F59F;
}
.AnyTagClassName
{
color: #68F59F;
}
</style>
background-color css
<style>
a { background-color: #68F59F; }
a { background-color: rgb(104,245,159); }
div.DivClassName
{
background-color: #68F59F;
}
.BgClassName
{
background-color: #68F59F;
}
</style>
border-color css
<style>
span { border-color: #68F59F; }
span { border-color: rgb(104,245,159); }
td.TdClassName
{
border-color: #68F59F;
}
.TagClassName
{
border-color: #68F59F;
}
</style>