Shades of Medium Aquamarine #68EBA6
Tints of Medium Aquamarine #68EBA6
RGB
CMYK
RGB Variations
Color information
#68EBA6 (or 0x68EBA6) is known color: Medium Aquamarine. HEX triplet: 68, EB and A6. RGB value is (104,235,166). Sum of RGB (Red+Green+Blue) = 104+235+166=505 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.59% from 505); Green value is 235 (92.19% from 255 or 46.53% from 505); Blue value is 166 (65.23% from 255 or 32.87% from 505); Max value from RGB is 235 - color contains mainly: green. Hex color #68EBA6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68EBA6 is #971459. Grayscale: #BCBCBC. Windows color (decimal): -9901146 or 10939240. OLE color: 10939240.
HSL color Cylindrical-coordinate representation of color #68EBA6: hue angle of 148.4º 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 #68EBA6 is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 235 | 166 | - |
| CMYK | 0.56 | 0 | 0.29 | 0.08 |
| HSL | 148.4º | 0.77% | 0.66% | - |
| HSV(B) | 148.4º | 0.56% | 0.92% | - |
| XYZ | 42.3 | 65.11 | 46.41 | - |
| YUV | 187.97 | 115.6 | 68.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 235 | 166 | 0.56 | 0 | 0.29 | 0.08 | 148.4 | 0.77 | 0.66 |
| Hex | 68 | EB | A6 | 38 | 0 | 1D | 8 | 94 | 4D | 42 |
| Octal | 150 | 353 | 246 | 70 | 0 | 35 | 10 | 224 | 115 | 102 |
| Binary | 1101000 | 11101011 | 10100110 | 111000 | 0 | 11101 | 1000 | 10010100 | 1001101 | 1000010 |
Color Harmonies of #68EBA6
Complementary color
Monochromatic Colors of #68EBA6
Black with #68EBA6
Text Example
Text Example
White with #68EBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EBA6; }
p { color: rgb(104,235,166); }
H1.HeaderClassName
{
color: #68EBA6;
}
.AnyTagClassName
{
color: #68EBA6;
}
</style>
background-color css
<style>
a { background-color: #68EBA6; }
a { background-color: rgb(104,235,166); }
div.DivClassName
{
background-color: #68EBA6;
}
.BgClassName
{
background-color: #68EBA6;
}
</style>
border-color css
<style>
span { border-color: #68EBA6; }
span { border-color: rgb(104,235,166); }
td.TdClassName
{
border-color: #68EBA6;
}
.TagClassName
{
border-color: #68EBA6;
}
</style>