Shades of Medium Aquamarine #68E3AD
Tints of Medium Aquamarine #68E3AD
RGB
CMYK
RGB Variations
Color information
#68E3AD (or 0x68E3AD) is known color: Medium Aquamarine. HEX triplet: 68, E3 and AD. RGB value is (104,227,173). Sum of RGB (Red+Green+Blue) = 104+227+173=504 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.63% from 504); Green value is 227 (89.06% from 255 or 45.04% from 504); Blue value is 173 (67.97% from 255 or 34.33% from 504); Max value from RGB is 227 - color contains mainly: green. Hex color #68E3AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68E3AD is #971C52. Grayscale: #B8B8B8. Windows color (decimal): -9903187 or 11395944. OLE color: 11395944.
HSL color Cylindrical-coordinate representation of color #68E3AD: hue angle of 153.66º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68E3AD is Cyan = 0.54, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 104 | 227 | 173 | - |
| CMYK | 0.54 | 0 | 0.24 | 0.11 |
| HSL | 153.66º | 0.69% | 0.65% | - |
| HSV(B) | 153.66º | 0.54% | 0.89% | - |
| XYZ | 40.72 | 60.9 | 49.14 | - |
| YUV | 184.07 | 121.75 | 70.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 227 | 173 | 0.54 | 0 | 0.24 | 0.11 | 153.66 | 0.69 | 0.65 |
| Hex | 68 | E3 | AD | 36 | 0 | 18 | B | 9A | 45 | 41 |
| Octal | 150 | 343 | 255 | 66 | 0 | 30 | 13 | 232 | 105 | 101 |
| Binary | 1101000 | 11100011 | 10101101 | 110110 | 0 | 11000 | 1011 | 10011010 | 1000101 | 1000001 |
Color Harmonies of #68E3AD
Complementary color
Monochromatic Colors of #68E3AD
Black with #68E3AD
Text Example
Text Example
White with #68E3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68E3AD; }
p { color: rgb(104,227,173); }
H1.HeaderClassName
{
color: #68E3AD;
}
.AnyTagClassName
{
color: #68E3AD;
}
</style>
background-color css
<style>
a { background-color: #68E3AD; }
a { background-color: rgb(104,227,173); }
div.DivClassName
{
background-color: #68E3AD;
}
.BgClassName
{
background-color: #68E3AD;
}
</style>
border-color css
<style>
span { border-color: #68E3AD; }
span { border-color: rgb(104,227,173); }
td.TdClassName
{
border-color: #68E3AD;
}
.TagClassName
{
border-color: #68E3AD;
}
</style>