Shades of Medium Aquamarine #68D79D
Tints of Medium Aquamarine #68D79D
RGB
CMYK
RGB Variations
Color information
#68D79D (or 0x68D79D) is known color: Medium Aquamarine. HEX triplet: 68, D7 and 9D. RGB value is (104,215,157). Sum of RGB (Red+Green+Blue) = 104+215+157=476 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.85% from 476); Green value is 215 (84.38% from 255 or 45.17% from 476); Blue value is 157 (61.72% from 255 or 32.98% from 476); Max value from RGB is 215 - color contains mainly: green. Hex color #68D79D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68D79D is #972862. Grayscale: #AFAFAF. Windows color (decimal): -9906275 or 10344296. OLE color: 10344296.
HSL color Cylindrical-coordinate representation of color #68D79D: hue angle of 148.65º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68D79D is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 215 | 157 | - |
| CMYK | 0.52 | 0 | 0.27 | 0.16 |
| HSL | 148.65º | 0.58% | 0.63% | - |
| HSV(B) | 148.65º | 0.52% | 0.84% | - |
| XYZ | 36.1 | 53.98 | 40.41 | - |
| YUV | 175.2 | 117.73 | 77.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 215 | 157 | 0.52 | 0 | 0.27 | 0.16 | 148.65 | 0.58 | 0.63 |
| Hex | 68 | D7 | 9D | 34 | 0 | 1B | 10 | 95 | 3A | 3F |
| Octal | 150 | 327 | 235 | 64 | 0 | 33 | 20 | 225 | 72 | 77 |
| Binary | 1101000 | 11010111 | 10011101 | 110100 | 0 | 11011 | 10000 | 10010101 | 111010 | 111111 |
Color Harmonies of #68D79D
Complementary color
Monochromatic Colors of #68D79D
Black with #68D79D
Text Example
Text Example
White with #68D79D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D79D; }
p { color: rgb(104,215,157); }
H1.HeaderClassName
{
color: #68D79D;
}
.AnyTagClassName
{
color: #68D79D;
}
</style>
background-color css
<style>
a { background-color: #68D79D; }
a { background-color: rgb(104,215,157); }
div.DivClassName
{
background-color: #68D79D;
}
.BgClassName
{
background-color: #68D79D;
}
</style>
border-color css
<style>
span { border-color: #68D79D; }
span { border-color: rgb(104,215,157); }
td.TdClassName
{
border-color: #68D79D;
}
.TagClassName
{
border-color: #68D79D;
}
</style>