Shades of Medium Aquamarine #68D39E
Tints of Medium Aquamarine #68D39E
RGB
CMYK
RGB Variations
Color information
#68D39E (or 0x68D39E) is known color: Medium Aquamarine. HEX triplet: 68, D3 and 9E. RGB value is (104,211,158). Sum of RGB (Red+Green+Blue) = 104+211+158=473 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.99% from 473); Green value is 211 (82.81% from 255 or 44.61% from 473); Blue value is 158 (62.11% from 255 or 33.40% from 473); Max value from RGB is 211 - color contains mainly: green. Hex color #68D39E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68D39E is #972C61. Grayscale: #ADADAD. Windows color (decimal): -9907298 or 10408808. OLE color: 10408808.
HSL color Cylindrical-coordinate representation of color #68D39E: hue angle of 150.28º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68D39E is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 104 | 211 | 158 | - |
| CMYK | 0.51 | 0 | 0.25 | 0.17 |
| HSL | 150.28º | 0.55% | 0.62% | - |
| HSV(B) | 150.28º | 0.51% | 0.83% | - |
| XYZ | 35.17 | 52 | 40.53 | - |
| YUV | 172.97 | 119.55 | 78.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 211 | 158 | 0.51 | 0 | 0.25 | 0.17 | 150.28 | 0.55 | 0.62 |
| Hex | 68 | D3 | 9E | 33 | 0 | 19 | 11 | 96 | 37 | 3E |
| Octal | 150 | 323 | 236 | 63 | 0 | 31 | 21 | 226 | 67 | 76 |
| Binary | 1101000 | 11010011 | 10011110 | 110011 | 0 | 11001 | 10001 | 10010110 | 110111 | 111110 |
Color Harmonies of #68D39E
Complementary color
Monochromatic Colors of #68D39E
Black with #68D39E
Text Example
Text Example
White with #68D39E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D39E; }
p { color: rgb(104,211,158); }
H1.HeaderClassName
{
color: #68D39E;
}
.AnyTagClassName
{
color: #68D39E;
}
</style>
background-color css
<style>
a { background-color: #68D39E; }
a { background-color: rgb(104,211,158); }
div.DivClassName
{
background-color: #68D39E;
}
.BgClassName
{
background-color: #68D39E;
}
</style>
border-color css
<style>
span { border-color: #68D39E; }
span { border-color: rgb(104,211,158); }
td.TdClassName
{
border-color: #68D39E;
}
.TagClassName
{
border-color: #68D39E;
}
</style>