Shades of Medium Aquamarine #68F69D
Tints of Medium Aquamarine #68F69D
RGB
CMYK
RGB Variations
Color information
#68F69D (or 0x68F69D) is known color: Medium Aquamarine. HEX triplet: 68, F6 and 9D. RGB value is (104,246,157). Sum of RGB (Red+Green+Blue) = 104+246+157=507 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.51% from 507); Green value is 246 (96.48% from 255 or 48.52% from 507); Blue value is 157 (61.72% from 255 or 30.97% from 507); Max value from RGB is 246 - color contains mainly: green. Hex color #68F69D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F69D is #970962. Grayscale: #C1C1C1. Windows color (decimal): -9898339 or 10352232. OLE color: 10352232.
HSL color Cylindrical-coordinate representation of color #68F69D: hue angle of 142.39º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68F69D is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 104 | 246 | 157 | - |
| CMYK | 0.58 | 0 | 0.36 | 0.04 |
| HSL | 142.39º | 0.89% | 0.69% | - |
| HSV(B) | 142.39º | 0.58% | 0.96% | - |
| XYZ | 44.75 | 71.29 | 43.3 | - |
| YUV | 193.4 | 107.46 | 64.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 246 | 157 | 0.58 | 0 | 0.36 | 0.04 | 142.39 | 0.89 | 0.69 |
| Hex | 68 | F6 | 9D | 3A | 0 | 24 | 4 | 8E | 59 | 45 |
| Octal | 150 | 366 | 235 | 72 | 0 | 44 | 4 | 216 | 131 | 105 |
| Binary | 1101000 | 11110110 | 10011101 | 111010 | 0 | 100100 | 100 | 10001110 | 1011001 | 1000101 |
Color Harmonies of #68F69D
Complementary color
Monochromatic Colors of #68F69D
Black with #68F69D
Text Example
Text Example
White with #68F69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68F69D; }
p { color: rgb(104,246,157); }
H1.HeaderClassName
{
color: #68F69D;
}
.AnyTagClassName
{
color: #68F69D;
}
</style>
background-color css
<style>
a { background-color: #68F69D; }
a { background-color: rgb(104,246,157); }
div.DivClassName
{
background-color: #68F69D;
}
.BgClassName
{
background-color: #68F69D;
}
</style>
border-color css
<style>
span { border-color: #68F69D; }
span { border-color: rgb(104,246,157); }
td.TdClassName
{
border-color: #68F69D;
}
.TagClassName
{
border-color: #68F69D;
}
</style>