Shades of Medium Aquamarine #68EAA3
Tints of Medium Aquamarine #68EAA3
RGB
CMYK
RGB Variations
Color information
#68EAA3 (or 0x68EAA3) is known color: Medium Aquamarine. HEX triplet: 68, EA and A3. RGB value is (104,234,163). Sum of RGB (Red+Green+Blue) = 104+234+163=501 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.76% from 501); Green value is 234 (91.80% from 255 or 46.71% from 501); Blue value is 163 (64.06% from 255 or 32.53% from 501); Max value from RGB is 234 - color contains mainly: green. Hex color #68EAA3 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68EAA3 is #97155C. Grayscale: #BBBBBB. Windows color (decimal): -9901405 or 10742376. OLE color: 10742376.
HSL color Cylindrical-coordinate representation of color #68EAA3: hue angle of 147.23º degrees, saturation: 0.76, 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 #68EAA3 is Cyan = 0.56, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 104 | 234 | 163 | - |
| CMYK | 0.56 | 0 | 0.30 | 0.08 |
| HSL | 147.23º | 0.76% | 0.66% | - |
| HSV(B) | 147.23º | 0.56% | 0.92% | - |
| XYZ | 41.74 | 64.43 | 44.89 | - |
| YUV | 187.04 | 114.43 | 68.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 234 | 163 | 0.56 | 0 | 0.30 | 0.08 | 147.23 | 0.76 | 0.66 |
| Hex | 68 | EA | A3 | 38 | 0 | 1E | 8 | 93 | 4C | 42 |
| Octal | 150 | 352 | 243 | 70 | 0 | 36 | 10 | 223 | 114 | 102 |
| Binary | 1101000 | 11101010 | 10100011 | 111000 | 0 | 11110 | 1000 | 10010011 | 1001100 | 1000010 |
Color Harmonies of #68EAA3
Complementary color
Monochromatic Colors of #68EAA3
Black with #68EAA3
Text Example
Text Example
White with #68EAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68EAA3; }
p { color: rgb(104,234,163); }
H1.HeaderClassName
{
color: #68EAA3;
}
.AnyTagClassName
{
color: #68EAA3;
}
</style>
background-color css
<style>
a { background-color: #68EAA3; }
a { background-color: rgb(104,234,163); }
div.DivClassName
{
background-color: #68EAA3;
}
.BgClassName
{
background-color: #68EAA3;
}
</style>
border-color css
<style>
span { border-color: #68EAA3; }
span { border-color: rgb(104,234,163); }
td.TdClassName
{
border-color: #68EAA3;
}
.TagClassName
{
border-color: #68EAA3;
}
</style>