Shades of Medium Aquamarine #68D79C
Tints of Medium Aquamarine #68D79C
RGB
CMYK
RGB Variations
Color information
#68D79C (or 0x68D79C) is known color: Medium Aquamarine. HEX triplet: 68, D7 and 9C. RGB value is (104,215,156). Sum of RGB (Red+Green+Blue) = 104+215+156=475 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.89% from 475); Green value is 215 (84.38% from 255 or 45.26% from 475); Blue value is 156 (61.33% from 255 or 32.84% from 475); Max value from RGB is 215 - color contains mainly: green. Hex color #68D79C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68D79C is #972863. Grayscale: #AFAFAF. Windows color (decimal): -9906276 or 10278760. OLE color: 10278760.
HSL color Cylindrical-coordinate representation of color #68D79C: hue angle of 148.11º 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 #68D79C is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 215 | 156 | - |
| CMYK | 0.52 | 0 | 0.27 | 0.16 |
| HSL | 148.11º | 0.58% | 0.63% | - |
| HSV(B) | 148.11º | 0.52% | 0.84% | - |
| XYZ | 36.01 | 53.94 | 39.97 | - |
| YUV | 175.09 | 117.23 | 77.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 215 | 156 | 0.52 | 0 | 0.27 | 0.16 | 148.11 | 0.58 | 0.63 |
| Hex | 68 | D7 | 9C | 34 | 0 | 1B | 10 | 94 | 3A | 3F |
| Octal | 150 | 327 | 234 | 64 | 0 | 33 | 20 | 224 | 72 | 77 |
| Binary | 1101000 | 11010111 | 10011100 | 110100 | 0 | 11011 | 10000 | 10010100 | 111010 | 111111 |
Color Harmonies of #68D79C
Complementary color
Monochromatic Colors of #68D79C
Black with #68D79C
Text Example
Text Example
White with #68D79C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D79C; }
p { color: rgb(104,215,156); }
H1.HeaderClassName
{
color: #68D79C;
}
.AnyTagClassName
{
color: #68D79C;
}
</style>
background-color css
<style>
a { background-color: #68D79C; }
a { background-color: rgb(104,215,156); }
div.DivClassName
{
background-color: #68D79C;
}
.BgClassName
{
background-color: #68D79C;
}
</style>
border-color css
<style>
span { border-color: #68D79C; }
span { border-color: rgb(104,215,156); }
td.TdClassName
{
border-color: #68D79C;
}
.TagClassName
{
border-color: #68D79C;
}
</style>