Shades of Medium Aquamarine #68F2A8
Tints of Medium Aquamarine #68F2A8
RGB
CMYK
RGB Variations
Color information
#68F2A8 (or 0x68F2A8) is known color: Medium Aquamarine. HEX triplet: 68, F2 and A8. RGB value is (104,242,168). Sum of RGB (Red+Green+Blue) = 104+242+168=514 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.23% from 514); Green value is 242 (94.92% from 255 or 47.08% from 514); Blue value is 168 (66.02% from 255 or 32.68% from 514); Max value from RGB is 242 - color contains mainly: green. Hex color #68F2A8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F2A8 is #970D57. Grayscale: #C0C0C0. Windows color (decimal): -9899352 or 11072104. OLE color: 11072104.
HSL color Cylindrical-coordinate representation of color #68F2A8: hue angle of 147.83º 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 #68F2A8 is Cyan = 0.57, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 242 | 168 | - |
| CMYK | 0.57 | 0 | 0.31 | 0.05 |
| HSL | 147.83º | 0.84% | 0.68% | - |
| HSV(B) | 147.83º | 0.57% | 0.95% | - |
| XYZ | 44.53 | 69.27 | 48.07 | - |
| YUV | 192.3 | 114.28 | 65.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 242 | 168 | 0.57 | 0 | 0.31 | 0.05 | 147.83 | 0.84 | 0.68 |
| Hex | 68 | F2 | A8 | 39 | 0 | 1F | 5 | 94 | 54 | 44 |
| Octal | 150 | 362 | 250 | 71 | 0 | 37 | 5 | 224 | 124 | 104 |
| Binary | 1101000 | 11110010 | 10101000 | 111001 | 0 | 11111 | 101 | 10010100 | 1010100 | 1000100 |
Color Harmonies of #68F2A8
Complementary color
Monochromatic Colors of #68F2A8
Black with #68F2A8
Text Example
Text Example
White with #68F2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F2A8; }
p { color: rgb(104,242,168); }
H1.HeaderClassName
{
color: #68F2A8;
}
.AnyTagClassName
{
color: #68F2A8;
}
</style>
background-color css
<style>
a { background-color: #68F2A8; }
a { background-color: rgb(104,242,168); }
div.DivClassName
{
background-color: #68F2A8;
}
.BgClassName
{
background-color: #68F2A8;
}
</style>
border-color css
<style>
span { border-color: #68F2A8; }
span { border-color: rgb(104,242,168); }
td.TdClassName
{
border-color: #68F2A8;
}
.TagClassName
{
border-color: #68F2A8;
}
</style>