Shades of Medium Aquamarine #68CE9C
Tints of Medium Aquamarine #68CE9C
RGB
CMYK
RGB Variations
Color information
#68CE9C (or 0x68CE9C) is known color: Medium Aquamarine. HEX triplet: 68, CE and 9C. RGB value is (104,206,156). Sum of RGB (Red+Green+Blue) = 104+206+156=466 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.32% from 466); Green value is 206 (80.86% from 255 or 44.21% from 466); Blue value is 156 (61.33% from 255 or 33.48% from 466); Max value from RGB is 206 - color contains mainly: green. Hex color #68CE9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68CE9C is #973163. Grayscale: #A9A9A9. Windows color (decimal): -9908580 or 10276456. OLE color: 10276456.
HSL color Cylindrical-coordinate representation of color #68CE9C: hue angle of 150.59º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68CE9C is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 206 | 156 | - |
| CMYK | 0.50 | 0 | 0.24 | 0.19 |
| HSL | 150.59º | 0.51% | 0.61% | - |
| HSV(B) | 150.59º | 0.5% | 0.81% | - |
| XYZ | 33.78 | 49.49 | 39.22 | - |
| YUV | 169.8 | 120.21 | 81.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 206 | 156 | 0.50 | 0 | 0.24 | 0.19 | 150.59 | 0.51 | 0.61 |
| Hex | 68 | CE | 9C | 32 | 0 | 18 | 13 | 97 | 33 | 3D |
| Octal | 150 | 316 | 234 | 62 | 0 | 30 | 23 | 227 | 63 | 75 |
| Binary | 1101000 | 11001110 | 10011100 | 110010 | 0 | 11000 | 10011 | 10010111 | 110011 | 111101 |
Color Harmonies of #68CE9C
Complementary color
Monochromatic Colors of #68CE9C
Black with #68CE9C
Text Example
Text Example
White with #68CE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CE9C; }
p { color: rgb(104,206,156); }
H1.HeaderClassName
{
color: #68CE9C;
}
.AnyTagClassName
{
color: #68CE9C;
}
</style>
background-color css
<style>
a { background-color: #68CE9C; }
a { background-color: rgb(104,206,156); }
div.DivClassName
{
background-color: #68CE9C;
}
.BgClassName
{
background-color: #68CE9C;
}
</style>
border-color css
<style>
span { border-color: #68CE9C; }
span { border-color: rgb(104,206,156); }
td.TdClassName
{
border-color: #68CE9C;
}
.TagClassName
{
border-color: #68CE9C;
}
</style>