Shades of Medium Aquamarine #68E9AC
Tints of Medium Aquamarine #68E9AC
RGB
CMYK
RGB Variations
Color information
#68E9AC (or 0x68E9AC) is known color: Medium Aquamarine. HEX triplet: 68, E9 and AC. RGB value is (104,233,172). Sum of RGB (Red+Green+Blue) = 104+233+172=509 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.43% from 509); Green value is 233 (91.41% from 255 or 45.78% from 509); Blue value is 172 (67.58% from 255 or 33.79% from 509); Max value from RGB is 233 - color contains mainly: green. Hex color #68E9AC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68E9AC is #971653. Grayscale: #BBBBBB. Windows color (decimal): -9901652 or 11331944. OLE color: 11331944.
HSL color Cylindrical-coordinate representation of color #68E9AC: hue angle of 151.63º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68E9AC is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 104 | 233 | 172 | - |
| CMYK | 0.55 | 0 | 0.26 | 0.09 |
| HSL | 151.63º | 0.75% | 0.66% | - |
| HSV(B) | 151.63º | 0.55% | 0.91% | - |
| XYZ | 42.29 | 64.2 | 49.19 | - |
| YUV | 187.48 | 119.26 | 68.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 233 | 172 | 0.55 | 0 | 0.26 | 0.09 | 151.63 | 0.75 | 0.66 |
| Hex | 68 | E9 | AC | 37 | 0 | 1A | 9 | 98 | 4B | 42 |
| Octal | 150 | 351 | 254 | 67 | 0 | 32 | 11 | 230 | 113 | 102 |
| Binary | 1101000 | 11101001 | 10101100 | 110111 | 0 | 11010 | 1001 | 10011000 | 1001011 | 1000010 |
Color Harmonies of #68E9AC
Complementary color
Monochromatic Colors of #68E9AC
Black with #68E9AC
Text Example
Text Example
White with #68E9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E9AC; }
p { color: rgb(104,233,172); }
H1.HeaderClassName
{
color: #68E9AC;
}
.AnyTagClassName
{
color: #68E9AC;
}
</style>
background-color css
<style>
a { background-color: #68E9AC; }
a { background-color: rgb(104,233,172); }
div.DivClassName
{
background-color: #68E9AC;
}
.BgClassName
{
background-color: #68E9AC;
}
</style>
border-color css
<style>
span { border-color: #68E9AC; }
span { border-color: rgb(104,233,172); }
td.TdClassName
{
border-color: #68E9AC;
}
.TagClassName
{
border-color: #68E9AC;
}
</style>