Shades of Medium Aquamarine #68C5AD
Tints of Medium Aquamarine #68C5AD
RGB
CMYK
RGB Variations
Color information
#68C5AD (or 0x68C5AD) is known color: Medium Aquamarine. HEX triplet: 68, C5 and AD. RGB value is (104,197,173). Sum of RGB (Red+Green+Blue) = 104+197+173=474 (62% of max value = 765). Red value is 104 (41.02% from 255 or 21.94% from 474); Green value is 197 (77.34% from 255 or 41.56% from 474); Blue value is 173 (67.97% from 255 or 36.50% from 474); Max value from RGB is 197 - color contains mainly: green. Hex color #68C5AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68C5AD is #973A52. Grayscale: #A6A6A6. Windows color (decimal): -9910867 or 11388264. OLE color: 11388264.
HSL color Cylindrical-coordinate representation of color #68C5AD: hue angle of 164.52º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #68C5AD is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 104 | 197 | 173 | - |
| CMYK | 0.47 | 0 | 0.12 | 0.23 |
| HSL | 164.52º | 0.44% | 0.59% | - |
| HSV(B) | 164.52º | 0.47% | 0.77% | - |
| XYZ | 33.22 | 45.89 | 46.64 | - |
| YUV | 166.46 | 131.69 | 83.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 197 | 173 | 0.47 | 0 | 0.12 | 0.23 | 164.52 | 0.44 | 0.59 |
| Hex | 68 | C5 | AD | 2F | 0 | C | 17 | A5 | 2C | 3B |
| Octal | 150 | 305 | 255 | 57 | 0 | 14 | 27 | 245 | 54 | 73 |
| Binary | 1101000 | 11000101 | 10101101 | 101111 | 0 | 1100 | 10111 | 10100101 | 101100 | 111011 |
Color Harmonies of #68C5AD
Complementary color
Monochromatic Colors of #68C5AD
Black with #68C5AD
Text Example
Text Example
White with #68C5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C5AD; }
p { color: rgb(104,197,173); }
H1.HeaderClassName
{
color: #68C5AD;
}
.AnyTagClassName
{
color: #68C5AD;
}
</style>
background-color css
<style>
a { background-color: #68C5AD; }
a { background-color: rgb(104,197,173); }
div.DivClassName
{
background-color: #68C5AD;
}
.BgClassName
{
background-color: #68C5AD;
}
</style>
border-color css
<style>
span { border-color: #68C5AD; }
span { border-color: rgb(104,197,173); }
td.TdClassName
{
border-color: #68C5AD;
}
.TagClassName
{
border-color: #68C5AD;
}
</style>