Shades of Medium Aquamarine #68EC98
Tints of Medium Aquamarine #68EC98
RGB
CMYK
RGB Variations
Color information
#68EC98 (or 0x68EC98) is known color: Medium Aquamarine. HEX triplet: 68, EC and 98. RGB value is (104,236,152). Sum of RGB (Red+Green+Blue) = 104+236+152=492 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.14% from 492); Green value is 236 (92.58% from 255 or 47.97% from 492); Blue value is 152 (59.77% from 255 or 30.89% from 492); Max value from RGB is 236 - color contains mainly: green. Hex color #68EC98 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68EC98 is #971367. Grayscale: #BBBBBB. Windows color (decimal): -9900904 or 10021992. OLE color: 10021992.
HSL color Cylindrical-coordinate representation of color #68EC98: hue angle of 141.82º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EC98 is Cyan = 0.56, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 104 | 236 | 152 | - |
| CMYK | 0.56 | 0 | 0.36 | 0.07 |
| HSL | 141.82º | 0.78% | 0.67% | - |
| HSV(B) | 141.82º | 0.56% | 0.93% | - |
| XYZ | 41.37 | 65.2 | 40.11 | - |
| YUV | 186.96 | 108.27 | 68.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 236 | 152 | 0.56 | 0 | 0.36 | 0.07 | 141.82 | 0.78 | 0.67 |
| Hex | 68 | EC | 98 | 38 | 0 | 24 | 7 | 8E | 4E | 43 |
| Octal | 150 | 354 | 230 | 70 | 0 | 44 | 7 | 216 | 116 | 103 |
| Binary | 1101000 | 11101100 | 10011000 | 111000 | 0 | 100100 | 111 | 10001110 | 1001110 | 1000011 |
Color Harmonies of #68EC98
Complementary color
Monochromatic Colors of #68EC98
Black with #68EC98
Text Example
Text Example
White with #68EC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EC98; }
p { color: rgb(104,236,152); }
H1.HeaderClassName
{
color: #68EC98;
}
.AnyTagClassName
{
color: #68EC98;
}
</style>
background-color css
<style>
a { background-color: #68EC98; }
a { background-color: rgb(104,236,152); }
div.DivClassName
{
background-color: #68EC98;
}
.BgClassName
{
background-color: #68EC98;
}
</style>
border-color css
<style>
span { border-color: #68EC98; }
span { border-color: rgb(104,236,152); }
td.TdClassName
{
border-color: #68EC98;
}
.TagClassName
{
border-color: #68EC98;
}
</style>