Shades of Medium Aquamarine #68F29F
Tints of Medium Aquamarine #68F29F
RGB
CMYK
RGB Variations
Color information
#68F29F (or 0x68F29F) is known color: Medium Aquamarine. HEX triplet: 68, F2 and 9F. RGB value is (104,242,159). Sum of RGB (Red+Green+Blue) = 104+242+159=505 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.59% from 505); Green value is 242 (94.92% from 255 or 47.92% from 505); Blue value is 159 (62.5% from 255 or 31.49% from 505); Max value from RGB is 242 - color contains mainly: green. Hex color #68F29F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F29F is #970D60. Grayscale: #BFBFBF. Windows color (decimal): -9899361 or 10482280. OLE color: 10482280.
HSL color Cylindrical-coordinate representation of color #68F29F: hue angle of 143.91º 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 #68F29F is Cyan = 0.57, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 242 | 159 | - |
| CMYK | 0.57 | 0 | 0.34 | 0.05 |
| HSL | 143.91º | 0.84% | 0.68% | - |
| HSV(B) | 143.91º | 0.57% | 0.95% | - |
| XYZ | 43.72 | 68.95 | 43.81 | - |
| YUV | 191.28 | 109.78 | 65.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 242 | 159 | 0.57 | 0 | 0.34 | 0.05 | 143.91 | 0.84 | 0.68 |
| Hex | 68 | F2 | 9F | 39 | 0 | 22 | 5 | 90 | 54 | 44 |
| Octal | 150 | 362 | 237 | 71 | 0 | 42 | 5 | 220 | 124 | 104 |
| Binary | 1101000 | 11110010 | 10011111 | 111001 | 0 | 100010 | 101 | 10010000 | 1010100 | 1000100 |
Color Harmonies of #68F29F
Complementary color
Monochromatic Colors of #68F29F
Black with #68F29F
Text Example
Text Example
White with #68F29F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F29F; }
p { color: rgb(104,242,159); }
H1.HeaderClassName
{
color: #68F29F;
}
.AnyTagClassName
{
color: #68F29F;
}
</style>
background-color css
<style>
a { background-color: #68F29F; }
a { background-color: rgb(104,242,159); }
div.DivClassName
{
background-color: #68F29F;
}
.BgClassName
{
background-color: #68F29F;
}
</style>
border-color css
<style>
span { border-color: #68F29F; }
span { border-color: rgb(104,242,159); }
td.TdClassName
{
border-color: #68F29F;
}
.TagClassName
{
border-color: #68F29F;
}
</style>