Shades of Medium Aquamarine #68E19C
Tints of Medium Aquamarine #68E19C
RGB
CMYK
RGB Variations
Color information
#68E19C (or 0x68E19C) is known color: Medium Aquamarine. HEX triplet: 68, E1 and 9C. RGB value is (104,225,156). Sum of RGB (Red+Green+Blue) = 104+225+156=485 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.44% from 485); Green value is 225 (88.28% from 255 or 46.39% from 485); Blue value is 156 (61.33% from 255 or 32.16% from 485); Max value from RGB is 225 - color contains mainly: green. Hex color #68E19C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68E19C is #971E63. Grayscale: #B5B5B5. Windows color (decimal): -9903716 or 10281320. OLE color: 10281320.
HSL color Cylindrical-coordinate representation of color #68E19C: hue angle of 145.79º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68E19C is Cyan = 0.54, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 104 | 225 | 156 | - |
| CMYK | 0.54 | 0 | 0.31 | 0.12 |
| HSL | 145.79º | 0.67% | 0.65% | - |
| HSV(B) | 145.79º | 0.54% | 0.88% | - |
| XYZ | 38.63 | 59.19 | 40.84 | - |
| YUV | 180.96 | 113.91 | 73.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 225 | 156 | 0.54 | 0 | 0.31 | 0.12 | 145.79 | 0.67 | 0.65 |
| Hex | 68 | E1 | 9C | 36 | 0 | 1F | C | 92 | 43 | 41 |
| Octal | 150 | 341 | 234 | 66 | 0 | 37 | 14 | 222 | 103 | 101 |
| Binary | 1101000 | 11100001 | 10011100 | 110110 | 0 | 11111 | 1100 | 10010010 | 1000011 | 1000001 |
Color Harmonies of #68E19C
Complementary color
Monochromatic Colors of #68E19C
Black with #68E19C
Text Example
Text Example
White with #68E19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E19C; }
p { color: rgb(104,225,156); }
H1.HeaderClassName
{
color: #68E19C;
}
.AnyTagClassName
{
color: #68E19C;
}
</style>
background-color css
<style>
a { background-color: #68E19C; }
a { background-color: rgb(104,225,156); }
div.DivClassName
{
background-color: #68E19C;
}
.BgClassName
{
background-color: #68E19C;
}
</style>
border-color css
<style>
span { border-color: #68E19C; }
span { border-color: rgb(104,225,156); }
td.TdClassName
{
border-color: #68E19C;
}
.TagClassName
{
border-color: #68E19C;
}
</style>