Shades of Medium Aquamarine #68E795
Tints of Medium Aquamarine #68E795
RGB
CMYK
RGB Variations
Color information
#68E795 (or 0x68E795) is known color: Medium Aquamarine. HEX triplet: 68, E7 and 95. RGB value is (104,231,149). Sum of RGB (Red+Green+Blue) = 104+231+149=484 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.49% from 484); Green value is 231 (90.62% from 255 or 47.73% from 484); Blue value is 149 (58.59% from 255 or 30.79% from 484); Max value from RGB is 231 - color contains mainly: green. Hex color #68E795 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68E795 is #97186A. Grayscale: #B7B7B7. Windows color (decimal): -9902187 or 9824104. OLE color: 9824104.
HSL color Cylindrical-coordinate representation of color #68E795: hue angle of 141.26º 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 #68E795 is Cyan = 0.55, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 104 | 231 | 149 | - |
| CMYK | 0.55 | 0 | 0.35 | 0.09 |
| HSL | 141.26º | 0.73% | 0.66% | - |
| HSV(B) | 141.26º | 0.55% | 0.91% | - |
| XYZ | 39.71 | 62.26 | 38.36 | - |
| YUV | 183.68 | 108.42 | 71.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 231 | 149 | 0.55 | 0 | 0.35 | 0.09 | 141.26 | 0.73 | 0.66 |
| Hex | 68 | E7 | 95 | 37 | 0 | 23 | 9 | 8D | 49 | 42 |
| Octal | 150 | 347 | 225 | 67 | 0 | 43 | 11 | 215 | 111 | 102 |
| Binary | 1101000 | 11100111 | 10010101 | 110111 | 0 | 100011 | 1001 | 10001101 | 1001001 | 1000010 |
Color Harmonies of #68E795
Complementary color
Monochromatic Colors of #68E795
Black with #68E795
Text Example
Text Example
White with #68E795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E795; }
p { color: rgb(104,231,149); }
H1.HeaderClassName
{
color: #68E795;
}
.AnyTagClassName
{
color: #68E795;
}
</style>
background-color css
<style>
a { background-color: #68E795; }
a { background-color: rgb(104,231,149); }
div.DivClassName
{
background-color: #68E795;
}
.BgClassName
{
background-color: #68E795;
}
</style>
border-color css
<style>
span { border-color: #68E795; }
span { border-color: rgb(104,231,149); }
td.TdClassName
{
border-color: #68E795;
}
.TagClassName
{
border-color: #68E795;
}
</style>