Shades of Medium Aquamarine #68F2AE
Tints of Medium Aquamarine #68F2AE
RGB
CMYK
RGB Variations
Color information
#68F2AE (or 0x68F2AE) is known color: Medium Aquamarine. HEX triplet: 68, F2 and AE. RGB value is (104,242,174). Sum of RGB (Red+Green+Blue) = 104+242+174=520 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20% from 520); Green value is 242 (94.92% from 255 or 46.54% from 520); Blue value is 174 (68.36% from 255 or 33.46% from 520); Max value from RGB is 242 - color contains mainly: green. Hex color #68F2AE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F2AE is #970D51. Grayscale: #C1C1C1. Windows color (decimal): -9899346 or 11465320. OLE color: 11465320.
HSL color Cylindrical-coordinate representation of color #68F2AE: hue angle of 150.43º 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 #68F2AE is Cyan = 0.57, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 242 | 174 | - |
| CMYK | 0.57 | 0 | 0.28 | 0.05 |
| HSL | 150.43º | 0.84% | 0.68% | - |
| HSV(B) | 150.43º | 0.57% | 0.95% | - |
| XYZ | 45.1 | 69.5 | 51.08 | - |
| YUV | 192.99 | 117.28 | 64.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 242 | 174 | 0.57 | 0 | 0.28 | 0.05 | 150.43 | 0.84 | 0.68 |
| Hex | 68 | F2 | AE | 39 | 0 | 1C | 5 | 96 | 54 | 44 |
| Octal | 150 | 362 | 256 | 71 | 0 | 34 | 5 | 226 | 124 | 104 |
| Binary | 1101000 | 11110010 | 10101110 | 111001 | 0 | 11100 | 101 | 10010110 | 1010100 | 1000100 |
Color Harmonies of #68F2AE
Complementary color
Monochromatic Colors of #68F2AE
Black with #68F2AE
Text Example
Text Example
White with #68F2AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F2AE; }
p { color: rgb(104,242,174); }
H1.HeaderClassName
{
color: #68F2AE;
}
.AnyTagClassName
{
color: #68F2AE;
}
</style>
background-color css
<style>
a { background-color: #68F2AE; }
a { background-color: rgb(104,242,174); }
div.DivClassName
{
background-color: #68F2AE;
}
.BgClassName
{
background-color: #68F2AE;
}
</style>
border-color css
<style>
span { border-color: #68F2AE; }
span { border-color: rgb(104,242,174); }
td.TdClassName
{
border-color: #68F2AE;
}
.TagClassName
{
border-color: #68F2AE;
}
</style>