Shades of Medium Aquamarine #68E79C
Tints of Medium Aquamarine #68E79C
RGB
CMYK
RGB Variations
Color information
#68E79C (or 0x68E79C) is known color: Medium Aquamarine. HEX triplet: 68, E7 and 9C. RGB value is (104,231,156). Sum of RGB (Red+Green+Blue) = 104+231+156=491 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.18% from 491); Green value is 231 (90.62% from 255 or 47.05% from 491); Blue value is 156 (61.33% from 255 or 31.77% from 491); Max value from RGB is 231 - color contains mainly: green. Hex color #68E79C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68E79C is #971863. Grayscale: #B8B8B8. Windows color (decimal): -9902180 or 10282856. OLE color: 10282856.
HSL color Cylindrical-coordinate representation of color #68E79C: hue angle of 144.57º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68E79C is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 104 | 231 | 156 | - |
| CMYK | 0.55 | 0 | 0.32 | 0.09 |
| HSL | 144.57º | 0.73% | 0.66% | - |
| HSV(B) | 144.57º | 0.55% | 0.91% | - |
| XYZ | 40.29 | 62.5 | 41.39 | - |
| YUV | 184.48 | 111.92 | 70.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 231 | 156 | 0.55 | 0 | 0.32 | 0.09 | 144.57 | 0.73 | 0.66 |
| Hex | 68 | E7 | 9C | 37 | 0 | 20 | 9 | 91 | 49 | 42 |
| Octal | 150 | 347 | 234 | 67 | 0 | 40 | 11 | 221 | 111 | 102 |
| Binary | 1101000 | 11100111 | 10011100 | 110111 | 0 | 100000 | 1001 | 10010001 | 1001001 | 1000010 |
Color Harmonies of #68E79C
Complementary color
Monochromatic Colors of #68E79C
Black with #68E79C
Text Example
Text Example
White with #68E79C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E79C; }
p { color: rgb(104,231,156); }
H1.HeaderClassName
{
color: #68E79C;
}
.AnyTagClassName
{
color: #68E79C;
}
</style>
background-color css
<style>
a { background-color: #68E79C; }
a { background-color: rgb(104,231,156); }
div.DivClassName
{
background-color: #68E79C;
}
.BgClassName
{
background-color: #68E79C;
}
</style>
border-color css
<style>
span { border-color: #68E79C; }
span { border-color: rgb(104,231,156); }
td.TdClassName
{
border-color: #68E79C;
}
.TagClassName
{
border-color: #68E79C;
}
</style>