Shades of Medium Aquamarine #68CC9D
Tints of Medium Aquamarine #68CC9D
RGB
CMYK
RGB Variations
Color information
#68CC9D (or 0x68CC9D) is known color: Medium Aquamarine. HEX triplet: 68, CC and 9D. RGB value is (104,204,157). Sum of RGB (Red+Green+Blue) = 104+204+157=465 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.37% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 157 (61.72% from 255 or 33.76% from 465); Max value from RGB is 204 - color contains mainly: green. Hex color #68CC9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68CC9D is #973362. Grayscale: #A8A8A8. Windows color (decimal): -9909091 or 10341480. OLE color: 10341480.
HSL color Cylindrical-coordinate representation of color #68CC9D: hue angle of 151.8º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68CC9D is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 104 | 204 | 157 | - |
| CMYK | 0.49 | 0 | 0.23 | 0.2 |
| HSL | 151.8º | 0.5% | 0.6% | - |
| HSV(B) | 151.8º | 0.49% | 0.8% | - |
| XYZ | 33.39 | 48.56 | 39.51 | - |
| YUV | 168.74 | 121.37 | 81.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 204 | 157 | 0.49 | 0 | 0.23 | 0.2 | 151.8 | 0.5 | 0.6 |
| Hex | 68 | CC | 9D | 31 | 0 | 17 | 14 | 98 | 32 | 3C |
| Octal | 150 | 314 | 235 | 61 | 0 | 27 | 24 | 230 | 62 | 74 |
| Binary | 1101000 | 11001100 | 10011101 | 110001 | 0 | 10111 | 10100 | 10011000 | 110010 | 111100 |
Color Harmonies of #68CC9D
Complementary color
Monochromatic Colors of #68CC9D
Black with #68CC9D
Text Example
Text Example
White with #68CC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CC9D; }
p { color: rgb(104,204,157); }
H1.HeaderClassName
{
color: #68CC9D;
}
.AnyTagClassName
{
color: #68CC9D;
}
</style>
background-color css
<style>
a { background-color: #68CC9D; }
a { background-color: rgb(104,204,157); }
div.DivClassName
{
background-color: #68CC9D;
}
.BgClassName
{
background-color: #68CC9D;
}
</style>
border-color css
<style>
span { border-color: #68CC9D; }
span { border-color: rgb(104,204,157); }
td.TdClassName
{
border-color: #68CC9D;
}
.TagClassName
{
border-color: #68CC9D;
}
</style>