Shades of Medium Aquamarine #68C59E
Tints of Medium Aquamarine #68C59E
RGB
CMYK
RGB Variations
Color information
#68C59E (or 0x68C59E) is known color: Medium Aquamarine. HEX triplet: 68, C5 and 9E. RGB value is (104,197,158). Sum of RGB (Red+Green+Blue) = 104+197+158=459 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.66% from 459); Green value is 197 (77.34% from 255 or 42.92% from 459); Blue value is 158 (62.11% from 255 or 34.42% from 459); Max value from RGB is 197 - color contains mainly: green. Hex color #68C59E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68C59E is #973A61. Grayscale: #A4A4A4. Windows color (decimal): -9910882 or 10405224. OLE color: 10405224.
HSL color Cylindrical-coordinate representation of color #68C59E: hue angle of 154.84º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #68C59E is Cyan = 0.47, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 104 | 197 | 158 | - |
| CMYK | 0.47 | 0 | 0.20 | 0.23 |
| HSL | 154.84º | 0.44% | 0.59% | - |
| HSV(B) | 154.84º | 0.47% | 0.77% | - |
| XYZ | 31.85 | 45.34 | 39.42 | - |
| YUV | 164.75 | 124.19 | 84.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 197 | 158 | 0.47 | 0 | 0.20 | 0.23 | 154.84 | 0.44 | 0.59 |
| Hex | 68 | C5 | 9E | 2F | 0 | 14 | 17 | 9B | 2C | 3B |
| Octal | 150 | 305 | 236 | 57 | 0 | 24 | 27 | 233 | 54 | 73 |
| Binary | 1101000 | 11000101 | 10011110 | 101111 | 0 | 10100 | 10111 | 10011011 | 101100 | 111011 |
Color Harmonies of #68C59E
Complementary color
Monochromatic Colors of #68C59E
Black with #68C59E
Text Example
Text Example
White with #68C59E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C59E; }
p { color: rgb(104,197,158); }
H1.HeaderClassName
{
color: #68C59E;
}
.AnyTagClassName
{
color: #68C59E;
}
</style>
background-color css
<style>
a { background-color: #68C59E; }
a { background-color: rgb(104,197,158); }
div.DivClassName
{
background-color: #68C59E;
}
.BgClassName
{
background-color: #68C59E;
}
</style>
border-color css
<style>
span { border-color: #68C59E; }
span { border-color: rgb(104,197,158); }
td.TdClassName
{
border-color: #68C59E;
}
.TagClassName
{
border-color: #68C59E;
}
</style>