Shades of Medium Aquamarine #68EBA3
Tints of Medium Aquamarine #68EBA3
RGB
CMYK
RGB Variations
Color information
#68EBA3 (or 0x68EBA3) is known color: Medium Aquamarine. HEX triplet: 68, EB and A3. RGB value is (104,235,163). Sum of RGB (Red+Green+Blue) = 104+235+163=502 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.72% from 502); Green value is 235 (92.19% from 255 or 46.81% from 502); Blue value is 163 (64.06% from 255 or 32.47% from 502); Max value from RGB is 235 - color contains mainly: green. Hex color #68EBA3 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68EBA3 is #97145C. Grayscale: #BBBBBB. Windows color (decimal): -9901149 or 10742632. OLE color: 10742632.
HSL color Cylindrical-coordinate representation of color #68EBA3: hue angle of 147.02º 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 #68EBA3 is Cyan = 0.56, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 235 | 163 | - |
| CMYK | 0.56 | 0 | 0.31 | 0.08 |
| HSL | 147.02º | 0.77% | 0.66% | - |
| HSV(B) | 147.02º | 0.56% | 0.92% | - |
| XYZ | 42.03 | 65 | 44.98 | - |
| YUV | 187.62 | 114.1 | 68.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 235 | 163 | 0.56 | 0 | 0.31 | 0.08 | 147.02 | 0.77 | 0.66 |
| Hex | 68 | EB | A3 | 38 | 0 | 1F | 8 | 93 | 4D | 42 |
| Octal | 150 | 353 | 243 | 70 | 0 | 37 | 10 | 223 | 115 | 102 |
| Binary | 1101000 | 11101011 | 10100011 | 111000 | 0 | 11111 | 1000 | 10010011 | 1001101 | 1000010 |
Color Harmonies of #68EBA3
Complementary color
Monochromatic Colors of #68EBA3
Black with #68EBA3
Text Example
Text Example
White with #68EBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EBA3; }
p { color: rgb(104,235,163); }
H1.HeaderClassName
{
color: #68EBA3;
}
.AnyTagClassName
{
color: #68EBA3;
}
</style>
background-color css
<style>
a { background-color: #68EBA3; }
a { background-color: rgb(104,235,163); }
div.DivClassName
{
background-color: #68EBA3;
}
.BgClassName
{
background-color: #68EBA3;
}
</style>
border-color css
<style>
span { border-color: #68EBA3; }
span { border-color: rgb(104,235,163); }
td.TdClassName
{
border-color: #68EBA3;
}
.TagClassName
{
border-color: #68EBA3;
}
</style>