Shades of Medium Aquamarine #68EBA0
Tints of Medium Aquamarine #68EBA0
RGB
CMYK
RGB Variations
Color information
#68EBA0 (or 0x68EBA0) is known color: Medium Aquamarine. HEX triplet: 68, EB and A0. RGB value is (104,235,160). Sum of RGB (Red+Green+Blue) = 104+235+160=499 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.84% from 499); Green value is 235 (92.19% from 255 or 47.09% from 499); Blue value is 160 (62.89% from 255 or 32.06% from 499); Max value from RGB is 235 - color contains mainly: green. Hex color #68EBA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68EBA0 is #97145F. Grayscale: #BBBBBB. Windows color (decimal): -9901152 or 10546024. OLE color: 10546024.
HSL color Cylindrical-coordinate representation of color #68EBA0: hue angle of 145.65º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EBA0 is Cyan = 0.56, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 235 | 160 | - |
| CMYK | 0.56 | 0 | 0.32 | 0.08 |
| HSL | 145.65º | 0.77% | 0.66% | - |
| HSV(B) | 145.65º | 0.56% | 0.92% | - |
| XYZ | 41.76 | 64.9 | 43.58 | - |
| YUV | 187.28 | 112.6 | 68.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 235 | 160 | 0.56 | 0 | 0.32 | 0.08 | 145.65 | 0.77 | 0.66 |
| Hex | 68 | EB | A0 | 38 | 0 | 20 | 8 | 92 | 4D | 42 |
| Octal | 150 | 353 | 240 | 70 | 0 | 40 | 10 | 222 | 115 | 102 |
| Binary | 1101000 | 11101011 | 10100000 | 111000 | 0 | 100000 | 1000 | 10010010 | 1001101 | 1000010 |
Color Harmonies of #68EBA0
Complementary color
Monochromatic Colors of #68EBA0
Black with #68EBA0
Text Example
Text Example
White with #68EBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EBA0; }
p { color: rgb(104,235,160); }
H1.HeaderClassName
{
color: #68EBA0;
}
.AnyTagClassName
{
color: #68EBA0;
}
</style>
background-color css
<style>
a { background-color: #68EBA0; }
a { background-color: rgb(104,235,160); }
div.DivClassName
{
background-color: #68EBA0;
}
.BgClassName
{
background-color: #68EBA0;
}
</style>
border-color css
<style>
span { border-color: #68EBA0; }
span { border-color: rgb(104,235,160); }
td.TdClassName
{
border-color: #68EBA0;
}
.TagClassName
{
border-color: #68EBA0;
}
</style>