Shades of Medium Aquamarine #68CE9E
Tints of Medium Aquamarine #68CE9E
RGB
CMYK
RGB Variations
Color information
#68CE9E (or 0x68CE9E) is known color: Medium Aquamarine. HEX triplet: 68, CE and 9E. RGB value is (104,206,158). Sum of RGB (Red+Green+Blue) = 104+206+158=468 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.22% from 468); Green value is 206 (80.86% from 255 or 44.02% from 468); Blue value is 158 (62.11% from 255 or 33.76% from 468); Max value from RGB is 206 - color contains mainly: green. Hex color #68CE9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68CE9E is #973161. Grayscale: #AAAAAA. Windows color (decimal): -9908578 or 10407528. OLE color: 10407528.
HSL color Cylindrical-coordinate representation of color #68CE9E: hue angle of 151.76º 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 #68CE9E is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 206 | 158 | - |
| CMYK | 0.50 | 0 | 0.23 | 0.19 |
| HSL | 151.76º | 0.51% | 0.61% | - |
| HSV(B) | 151.76º | 0.5% | 0.81% | - |
| XYZ | 33.95 | 49.55 | 40.12 | - |
| YUV | 170.03 | 121.21 | 80.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 206 | 158 | 0.50 | 0 | 0.23 | 0.19 | 151.76 | 0.51 | 0.61 |
| Hex | 68 | CE | 9E | 32 | 0 | 17 | 13 | 98 | 33 | 3D |
| Octal | 150 | 316 | 236 | 62 | 0 | 27 | 23 | 230 | 63 | 75 |
| Binary | 1101000 | 11001110 | 10011110 | 110010 | 0 | 10111 | 10011 | 10011000 | 110011 | 111101 |
Color Harmonies of #68CE9E
Complementary color
Monochromatic Colors of #68CE9E
Black with #68CE9E
Text Example
Text Example
White with #68CE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CE9E; }
p { color: rgb(104,206,158); }
H1.HeaderClassName
{
color: #68CE9E;
}
.AnyTagClassName
{
color: #68CE9E;
}
</style>
background-color css
<style>
a { background-color: #68CE9E; }
a { background-color: rgb(104,206,158); }
div.DivClassName
{
background-color: #68CE9E;
}
.BgClassName
{
background-color: #68CE9E;
}
</style>
border-color css
<style>
span { border-color: #68CE9E; }
span { border-color: rgb(104,206,158); }
td.TdClassName
{
border-color: #68CE9E;
}
.TagClassName
{
border-color: #68CE9E;
}
</style>