Shades of Medium Aquamarine #68D09D
Tints of Medium Aquamarine #68D09D
RGB
CMYK
RGB Variations
Color information
#68D09D (or 0x68D09D) is known color: Medium Aquamarine. HEX triplet: 68, D0 and 9D. RGB value is (104,208,157). Sum of RGB (Red+Green+Blue) = 104+208+157=469 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.17% from 469); Green value is 208 (81.64% from 255 or 44.35% from 469); Blue value is 157 (61.72% from 255 or 33.48% from 469); Max value from RGB is 208 - color contains mainly: green. Hex color #68D09D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68D09D is #972F62. Grayscale: #ABABAB. Windows color (decimal): -9908067 or 10342504. OLE color: 10342504.
HSL color Cylindrical-coordinate representation of color #68D09D: hue angle of 150.58º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68D09D is Cyan = 0.5, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 104 | 208 | 157 | - |
| CMYK | 0.5 | 0 | 0.25 | 0.18 |
| HSL | 150.58º | 0.53% | 0.61% | - |
| HSV(B) | 150.58º | 0.5% | 0.82% | - |
| XYZ | 34.35 | 50.49 | 39.83 | - |
| YUV | 171.09 | 120.04 | 80.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 208 | 157 | 0.5 | 0 | 0.25 | 0.18 | 150.58 | 0.53 | 0.61 |
| Hex | 68 | D0 | 9D | 32 | 0 | 19 | 12 | 97 | 35 | 3D |
| Octal | 150 | 320 | 235 | 62 | 0 | 31 | 22 | 227 | 65 | 75 |
| Binary | 1101000 | 11010000 | 10011101 | 110010 | 0 | 11001 | 10010 | 10010111 | 110101 | 111101 |
Color Harmonies of #68D09D
Complementary color
Monochromatic Colors of #68D09D
Black with #68D09D
Text Example
Text Example
White with #68D09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D09D; }
p { color: rgb(104,208,157); }
H1.HeaderClassName
{
color: #68D09D;
}
.AnyTagClassName
{
color: #68D09D;
}
</style>
background-color css
<style>
a { background-color: #68D09D; }
a { background-color: rgb(104,208,157); }
div.DivClassName
{
background-color: #68D09D;
}
.BgClassName
{
background-color: #68D09D;
}
</style>
border-color css
<style>
span { border-color: #68D09D; }
span { border-color: rgb(104,208,157); }
td.TdClassName
{
border-color: #68D09D;
}
.TagClassName
{
border-color: #68D09D;
}
</style>