Shades of Medium Aquamarine #68E0AC
Tints of Medium Aquamarine #68E0AC
RGB
CMYK
RGB Variations
Color information
#68E0AC (or 0x68E0AC) is known color: Medium Aquamarine. HEX triplet: 68, E0 and AC. RGB value is (104,224,172). Sum of RGB (Red+Green+Blue) = 104+224+172=500 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.8% from 500); Green value is 224 (87.89% from 255 or 44.8% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 224 - color contains mainly: green. Hex color #68E0AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68E0AC is #971F53. Grayscale: #B6B6B6. Windows color (decimal): -9903956 or 11329640. OLE color: 11329640.
HSL color Cylindrical-coordinate representation of color #68E0AC: hue angle of 154º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68E0AC is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 104 | 224 | 172 | - |
| CMYK | 0.54 | 0 | 0.23 | 0.12 |
| HSL | 154º | 0.66% | 0.64% | - |
| HSV(B) | 154º | 0.54% | 0.88% | - |
| XYZ | 39.81 | 59.23 | 48.36 | - |
| YUV | 182.19 | 122.24 | 72.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 224 | 172 | 0.54 | 0 | 0.23 | 0.12 | 154 | 0.66 | 0.64 |
| Hex | 68 | E0 | AC | 36 | 0 | 17 | C | 9A | 42 | 40 |
| Octal | 150 | 340 | 254 | 66 | 0 | 27 | 14 | 232 | 102 | 100 |
| Binary | 1101000 | 11100000 | 10101100 | 110110 | 0 | 10111 | 1100 | 10011010 | 1000010 | 1000000 |
Color Harmonies of #68E0AC
Complementary color
Monochromatic Colors of #68E0AC
Black with #68E0AC
Text Example
Text Example
White with #68E0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E0AC; }
p { color: rgb(104,224,172); }
H1.HeaderClassName
{
color: #68E0AC;
}
.AnyTagClassName
{
color: #68E0AC;
}
</style>
background-color css
<style>
a { background-color: #68E0AC; }
a { background-color: rgb(104,224,172); }
div.DivClassName
{
background-color: #68E0AC;
}
.BgClassName
{
background-color: #68E0AC;
}
</style>
border-color css
<style>
span { border-color: #68E0AC; }
span { border-color: rgb(104,224,172); }
td.TdClassName
{
border-color: #68E0AC;
}
.TagClassName
{
border-color: #68E0AC;
}
</style>