Shades of Medium Aquamarine #68F4AD
Tints of Medium Aquamarine #68F4AD
RGB
CMYK
RGB Variations
Color information
#68F4AD (or 0x68F4AD) is known color: Medium Aquamarine. HEX triplet: 68, F4 and AD. RGB value is (104,244,173). Sum of RGB (Red+Green+Blue) = 104+244+173=521 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.96% from 521); Green value is 244 (95.70% from 255 or 46.83% from 521); Blue value is 173 (67.97% from 255 or 33.21% from 521); Max value from RGB is 244 - color contains mainly: green. Hex color #68F4AD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F4AD is #970B52. Grayscale: #C2C2C2. Windows color (decimal): -9898835 or 11400296. OLE color: 11400296.
HSL color Cylindrical-coordinate representation of color #68F4AD: hue angle of 149.57º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F4AD is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 104 | 244 | 173 | - |
| CMYK | 0.57 | 0 | 0.29 | 0.04 |
| HSL | 149.57º | 0.86% | 0.68% | - |
| HSV(B) | 149.57º | 0.57% | 0.96% | - |
| XYZ | 45.6 | 70.66 | 50.77 | - |
| YUV | 194.05 | 116.12 | 63.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 244 | 173 | 0.57 | 0 | 0.29 | 0.04 | 149.57 | 0.86 | 0.68 |
| Hex | 68 | F4 | AD | 39 | 0 | 1D | 4 | 96 | 56 | 44 |
| Octal | 150 | 364 | 255 | 71 | 0 | 35 | 4 | 226 | 126 | 104 |
| Binary | 1101000 | 11110100 | 10101101 | 111001 | 0 | 11101 | 100 | 10010110 | 1010110 | 1000100 |
Color Harmonies of #68F4AD
Complementary color
Monochromatic Colors of #68F4AD
Black with #68F4AD
Text Example
Text Example
White with #68F4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F4AD; }
p { color: rgb(104,244,173); }
H1.HeaderClassName
{
color: #68F4AD;
}
.AnyTagClassName
{
color: #68F4AD;
}
</style>
background-color css
<style>
a { background-color: #68F4AD; }
a { background-color: rgb(104,244,173); }
div.DivClassName
{
background-color: #68F4AD;
}
.BgClassName
{
background-color: #68F4AD;
}
</style>
border-color css
<style>
span { border-color: #68F4AD; }
span { border-color: rgb(104,244,173); }
td.TdClassName
{
border-color: #68F4AD;
}
.TagClassName
{
border-color: #68F4AD;
}
</style>