Shades of Medium Aquamarine #68CD9C
Tints of Medium Aquamarine #68CD9C
RGB
CMYK
RGB Variations
Color information
#68CD9C (or 0x68CD9C) is known color: Medium Aquamarine. HEX triplet: 68, CD and 9C. RGB value is (104,205,156). Sum of RGB (Red+Green+Blue) = 104+205+156=465 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.37% from 465); Green value is 205 (80.47% from 255 or 44.09% from 465); Blue value is 156 (61.33% from 255 or 33.55% from 465); Max value from RGB is 205 - color contains mainly: green. Hex color #68CD9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68CD9C is #973263. Grayscale: #A9A9A9. Windows color (decimal): -9908836 or 10276200. OLE color: 10276200.
HSL color Cylindrical-coordinate representation of color #68CD9C: hue angle of 150.89º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68CD9C is Cyan = 0.49, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 205 | 156 | - |
| CMYK | 0.49 | 0 | 0.24 | 0.20 |
| HSL | 150.89º | 0.5% | 0.61% | - |
| HSV(B) | 150.89º | 0.49% | 0.8% | - |
| XYZ | 33.54 | 49.01 | 39.14 | - |
| YUV | 169.22 | 120.54 | 81.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 205 | 156 | 0.49 | 0 | 0.24 | 0.20 | 150.89 | 0.5 | 0.61 |
| Hex | 68 | CD | 9C | 31 | 0 | 18 | 14 | 97 | 32 | 3D |
| Octal | 150 | 315 | 234 | 61 | 0 | 30 | 24 | 227 | 62 | 75 |
| Binary | 1101000 | 11001101 | 10011100 | 110001 | 0 | 11000 | 10100 | 10010111 | 110010 | 111101 |
Color Harmonies of #68CD9C
Complementary color
Monochromatic Colors of #68CD9C
Black with #68CD9C
Text Example
Text Example
White with #68CD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CD9C; }
p { color: rgb(104,205,156); }
H1.HeaderClassName
{
color: #68CD9C;
}
.AnyTagClassName
{
color: #68CD9C;
}
</style>
background-color css
<style>
a { background-color: #68CD9C; }
a { background-color: rgb(104,205,156); }
div.DivClassName
{
background-color: #68CD9C;
}
.BgClassName
{
background-color: #68CD9C;
}
</style>
border-color css
<style>
span { border-color: #68CD9C; }
span { border-color: rgb(104,205,156); }
td.TdClassName
{
border-color: #68CD9C;
}
.TagClassName
{
border-color: #68CD9C;
}
</style>