Shades of Medium Aquamarine #68F3AD
Tints of Medium Aquamarine #68F3AD
RGB
CMYK
RGB Variations
Color information
#68F3AD (or 0x68F3AD) is known color: Medium Aquamarine. HEX triplet: 68, F3 and AD. RGB value is (104,243,173). Sum of RGB (Red+Green+Blue) = 104+243+173=520 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20% from 520); Green value is 243 (95.31% from 255 or 46.73% from 520); Blue value is 173 (67.97% from 255 or 33.27% from 520); Max value from RGB is 243 - color contains mainly: green. Hex color #68F3AD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F3AD is #970C52. Grayscale: #C1C1C1. Windows color (decimal): -9899091 or 11400040. OLE color: 11400040.
HSL color Cylindrical-coordinate representation of color #68F3AD: hue angle of 149.78º degrees, saturation: 0.85, 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 #68F3AD is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 104 | 243 | 173 | - |
| CMYK | 0.57 | 0 | 0.29 | 0.05 |
| HSL | 149.78º | 0.85% | 0.68% | - |
| HSV(B) | 149.78º | 0.57% | 0.95% | - |
| XYZ | 45.3 | 70.06 | 50.67 | - |
| YUV | 193.46 | 116.45 | 64.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 243 | 173 | 0.57 | 0 | 0.29 | 0.05 | 149.78 | 0.85 | 0.68 |
| Hex | 68 | F3 | AD | 39 | 0 | 1D | 5 | 96 | 55 | 44 |
| Octal | 150 | 363 | 255 | 71 | 0 | 35 | 5 | 226 | 125 | 104 |
| Binary | 1101000 | 11110011 | 10101101 | 111001 | 0 | 11101 | 101 | 10010110 | 1010101 | 1000100 |
Color Harmonies of #68F3AD
Complementary color
Monochromatic Colors of #68F3AD
Black with #68F3AD
Text Example
Text Example
White with #68F3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F3AD; }
p { color: rgb(104,243,173); }
H1.HeaderClassName
{
color: #68F3AD;
}
.AnyTagClassName
{
color: #68F3AD;
}
</style>
background-color css
<style>
a { background-color: #68F3AD; }
a { background-color: rgb(104,243,173); }
div.DivClassName
{
background-color: #68F3AD;
}
.BgClassName
{
background-color: #68F3AD;
}
</style>
border-color css
<style>
span { border-color: #68F3AD; }
span { border-color: rgb(104,243,173); }
td.TdClassName
{
border-color: #68F3AD;
}
.TagClassName
{
border-color: #68F3AD;
}
</style>