Shades of Medium Aquamarine #68F2A0
Tints of Medium Aquamarine #68F2A0
RGB
CMYK
RGB Variations
Color information
#68F2A0 (or 0x68F2A0) is known color: Medium Aquamarine. HEX triplet: 68, F2 and A0. RGB value is (104,242,160). Sum of RGB (Red+Green+Blue) = 104+242+160=506 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.55% from 506); Green value is 242 (94.92% from 255 or 47.83% from 506); Blue value is 160 (62.89% from 255 or 31.62% from 506); Max value from RGB is 242 - color contains mainly: green. Hex color #68F2A0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F2A0 is #970D5F. Grayscale: #BFBFBF. Windows color (decimal): -9899360 or 10547816. OLE color: 10547816.
HSL color Cylindrical-coordinate representation of color #68F2A0: hue angle of 144.35º 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 #68F2A0 is Cyan = 0.57, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 242 | 160 | - |
| CMYK | 0.57 | 0 | 0.34 | 0.05 |
| HSL | 144.35º | 0.84% | 0.68% | - |
| HSV(B) | 144.35º | 0.57% | 0.95% | - |
| XYZ | 43.81 | 68.99 | 44.26 | - |
| YUV | 191.39 | 110.28 | 65.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 242 | 160 | 0.57 | 0 | 0.34 | 0.05 | 144.35 | 0.84 | 0.68 |
| Hex | 68 | F2 | A0 | 39 | 0 | 22 | 5 | 90 | 54 | 44 |
| Octal | 150 | 362 | 240 | 71 | 0 | 42 | 5 | 220 | 124 | 104 |
| Binary | 1101000 | 11110010 | 10100000 | 111001 | 0 | 100010 | 101 | 10010000 | 1010100 | 1000100 |
Color Harmonies of #68F2A0
Complementary color
Monochromatic Colors of #68F2A0
Black with #68F2A0
Text Example
Text Example
White with #68F2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F2A0; }
p { color: rgb(104,242,160); }
H1.HeaderClassName
{
color: #68F2A0;
}
.AnyTagClassName
{
color: #68F2A0;
}
</style>
background-color css
<style>
a { background-color: #68F2A0; }
a { background-color: rgb(104,242,160); }
div.DivClassName
{
background-color: #68F2A0;
}
.BgClassName
{
background-color: #68F2A0;
}
</style>
border-color css
<style>
span { border-color: #68F2A0; }
span { border-color: rgb(104,242,160); }
td.TdClassName
{
border-color: #68F2A0;
}
.TagClassName
{
border-color: #68F2A0;
}
</style>