Shades of Medium Aquamarine #68F5AD
Tints of Medium Aquamarine #68F5AD
RGB
CMYK
RGB Variations
Color information
#68F5AD (or 0x68F5AD) is known color: Medium Aquamarine. HEX triplet: 68, F5 and AD. RGB value is (104,245,173). Sum of RGB (Red+Green+Blue) = 104+245+173=522 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.92% from 522); Green value is 245 (96.09% from 255 or 46.93% from 522); Blue value is 173 (67.97% from 255 or 33.14% from 522); Max value from RGB is 245 - color contains mainly: green. Hex color #68F5AD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F5AD is #970A52. Grayscale: #C2C2C2. Windows color (decimal): -9898579 or 11400552. OLE color: 11400552.
HSL color Cylindrical-coordinate representation of color #68F5AD: hue angle of 149.36º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68F5AD is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 104 | 245 | 173 | - |
| CMYK | 0.58 | 0 | 0.29 | 0.04 |
| HSL | 149.36º | 0.88% | 0.68% | - |
| HSV(B) | 149.36º | 0.58% | 0.96% | - |
| XYZ | 45.9 | 71.27 | 50.87 | - |
| YUV | 194.63 | 115.79 | 63.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 245 | 173 | 0.58 | 0 | 0.29 | 0.04 | 149.36 | 0.88 | 0.68 |
| Hex | 68 | F5 | AD | 3A | 0 | 1D | 4 | 95 | 58 | 44 |
| Octal | 150 | 365 | 255 | 72 | 0 | 35 | 4 | 225 | 130 | 104 |
| Binary | 1101000 | 11110101 | 10101101 | 111010 | 0 | 11101 | 100 | 10010101 | 1011000 | 1000100 |
Color Harmonies of #68F5AD
Complementary color
Monochromatic Colors of #68F5AD
Black with #68F5AD
Text Example
Text Example
White with #68F5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F5AD; }
p { color: rgb(104,245,173); }
H1.HeaderClassName
{
color: #68F5AD;
}
.AnyTagClassName
{
color: #68F5AD;
}
</style>
background-color css
<style>
a { background-color: #68F5AD; }
a { background-color: rgb(104,245,173); }
div.DivClassName
{
background-color: #68F5AD;
}
.BgClassName
{
background-color: #68F5AD;
}
</style>
border-color css
<style>
span { border-color: #68F5AD; }
span { border-color: rgb(104,245,173); }
td.TdClassName
{
border-color: #68F5AD;
}
.TagClassName
{
border-color: #68F5AD;
}
</style>