Shades of Medium Aquamarine #68C5A2
Tints of Medium Aquamarine #68C5A2
RGB
CMYK
RGB Variations
Color information
#68C5A2 (or 0x68C5A2) is known color: Medium Aquamarine. HEX triplet: 68, C5 and A2. RGB value is (104,197,162). Sum of RGB (Red+Green+Blue) = 104+197+162=463 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.46% from 463); Green value is 197 (77.34% from 255 or 42.55% from 463); Blue value is 162 (63.67% from 255 or 34.99% from 463); Max value from RGB is 197 - color contains mainly: green. Hex color #68C5A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68C5A2 is #973A5D. Grayscale: #A5A5A5. Windows color (decimal): -9910878 or 10667368. OLE color: 10667368.
HSL color Cylindrical-coordinate representation of color #68C5A2: hue angle of 157.42º 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 #68C5A2 is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 104 | 197 | 162 | - |
| CMYK | 0.47 | 0 | 0.18 | 0.23 |
| HSL | 157.42º | 0.44% | 0.59% | - |
| HSV(B) | 157.42º | 0.47% | 0.77% | - |
| XYZ | 32.2 | 45.48 | 41.26 | - |
| YUV | 165.2 | 126.19 | 84.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 197 | 162 | 0.47 | 0 | 0.18 | 0.23 | 157.42 | 0.44 | 0.59 |
| Hex | 68 | C5 | A2 | 2F | 0 | 12 | 17 | 9D | 2C | 3B |
| Octal | 150 | 305 | 242 | 57 | 0 | 22 | 27 | 235 | 54 | 73 |
| Binary | 1101000 | 11000101 | 10100010 | 101111 | 0 | 10010 | 10111 | 10011101 | 101100 | 111011 |
Color Harmonies of #68C5A2
Complementary color
Monochromatic Colors of #68C5A2
Black with #68C5A2
Text Example
Text Example
White with #68C5A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C5A2; }
p { color: rgb(104,197,162); }
H1.HeaderClassName
{
color: #68C5A2;
}
.AnyTagClassName
{
color: #68C5A2;
}
</style>
background-color css
<style>
a { background-color: #68C5A2; }
a { background-color: rgb(104,197,162); }
div.DivClassName
{
background-color: #68C5A2;
}
.BgClassName
{
background-color: #68C5A2;
}
</style>
border-color css
<style>
span { border-color: #68C5A2; }
span { border-color: rgb(104,197,162); }
td.TdClassName
{
border-color: #68C5A2;
}
.TagClassName
{
border-color: #68C5A2;
}
</style>