Shades of Medium Aquamarine #68D29C
Tints of Medium Aquamarine #68D29C
RGB
CMYK
RGB Variations
Color information
#68D29C (or 0x68D29C) is known color: Medium Aquamarine. HEX triplet: 68, D2 and 9C. RGB value is (104,210,156). Sum of RGB (Red+Green+Blue) = 104+210+156=470 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.13% from 470); Green value is 210 (82.42% from 255 or 44.68% from 470); Blue value is 156 (61.33% from 255 or 33.19% from 470); Max value from RGB is 210 - color contains mainly: green. Hex color #68D29C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68D29C is #972D63. Grayscale: #ACACAC. Windows color (decimal): -9907556 or 10277480. OLE color: 10277480.
HSL color Cylindrical-coordinate representation of color #68D29C: hue angle of 149.43º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68D29C is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 104 | 210 | 156 | - |
| CMYK | 0.50 | 0 | 0.26 | 0.18 |
| HSL | 149.43º | 0.54% | 0.62% | - |
| HSV(B) | 149.43º | 0.5% | 0.82% | - |
| XYZ | 34.76 | 51.44 | 39.55 | - |
| YUV | 172.15 | 118.88 | 79.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 210 | 156 | 0.50 | 0 | 0.26 | 0.18 | 149.43 | 0.54 | 0.62 |
| Hex | 68 | D2 | 9C | 32 | 0 | 1A | 12 | 95 | 36 | 3E |
| Octal | 150 | 322 | 234 | 62 | 0 | 32 | 22 | 225 | 66 | 76 |
| Binary | 1101000 | 11010010 | 10011100 | 110010 | 0 | 11010 | 10010 | 10010101 | 110110 | 111110 |
Color Harmonies of #68D29C
Complementary color
Monochromatic Colors of #68D29C
Black with #68D29C
Text Example
Text Example
White with #68D29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D29C; }
p { color: rgb(104,210,156); }
H1.HeaderClassName
{
color: #68D29C;
}
.AnyTagClassName
{
color: #68D29C;
}
</style>
background-color css
<style>
a { background-color: #68D29C; }
a { background-color: rgb(104,210,156); }
div.DivClassName
{
background-color: #68D29C;
}
.BgClassName
{
background-color: #68D29C;
}
</style>
border-color css
<style>
span { border-color: #68D29C; }
span { border-color: rgb(104,210,156); }
td.TdClassName
{
border-color: #68D29C;
}
.TagClassName
{
border-color: #68D29C;
}
</style>