Shades of Medium Aquamarine #68EBA8
Tints of Medium Aquamarine #68EBA8
RGB
CMYK
RGB Variations
Color information
#68EBA8 (or 0x68EBA8) is known color: Medium Aquamarine. HEX triplet: 68, EB and A8. RGB value is (104,235,168). Sum of RGB (Red+Green+Blue) = 104+235+168=507 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.51% from 507); Green value is 235 (92.19% from 255 or 46.35% from 507); Blue value is 168 (66.02% from 255 or 33.14% from 507); Max value from RGB is 235 - color contains mainly: green. Hex color #68EBA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68EBA8 is #971457. Grayscale: #BCBCBC. Windows color (decimal): -9901144 or 11070312. OLE color: 11070312.
HSL color Cylindrical-coordinate representation of color #68EBA8: hue angle of 149.31º 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 #68EBA8 is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 235 | 168 | - |
| CMYK | 0.56 | 0 | 0.29 | 0.08 |
| HSL | 149.31º | 0.77% | 0.66% | - |
| HSV(B) | 149.31º | 0.56% | 0.92% | - |
| XYZ | 42.49 | 65.19 | 47.39 | - |
| YUV | 188.19 | 116.6 | 67.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 235 | 168 | 0.56 | 0 | 0.29 | 0.08 | 149.31 | 0.77 | 0.66 |
| Hex | 68 | EB | A8 | 38 | 0 | 1D | 8 | 95 | 4D | 42 |
| Octal | 150 | 353 | 250 | 70 | 0 | 35 | 10 | 225 | 115 | 102 |
| Binary | 1101000 | 11101011 | 10101000 | 111000 | 0 | 11101 | 1000 | 10010101 | 1001101 | 1000010 |
Color Harmonies of #68EBA8
Complementary color
Monochromatic Colors of #68EBA8
Black with #68EBA8
Text Example
Text Example
White with #68EBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EBA8; }
p { color: rgb(104,235,168); }
H1.HeaderClassName
{
color: #68EBA8;
}
.AnyTagClassName
{
color: #68EBA8;
}
</style>
background-color css
<style>
a { background-color: #68EBA8; }
a { background-color: rgb(104,235,168); }
div.DivClassName
{
background-color: #68EBA8;
}
.BgClassName
{
background-color: #68EBA8;
}
</style>
border-color css
<style>
span { border-color: #68EBA8; }
span { border-color: rgb(104,235,168); }
td.TdClassName
{
border-color: #68EBA8;
}
.TagClassName
{
border-color: #68EBA8;
}
</style>