Shades of Medium Aquamarine #68C2AD
Tints of Medium Aquamarine #68C2AD
RGB
CMYK
RGB Variations
Color information
#68C2AD (or 0x68C2AD) is known color: Medium Aquamarine. HEX triplet: 68, C2 and AD. RGB value is (104,194,173). Sum of RGB (Red+Green+Blue) = 104+194+173=471 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.08% from 471); Green value is 194 (76.17% from 255 or 41.19% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 194 - color contains mainly: green. Hex color #68C2AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68C2AD is #973D52. Grayscale: #A4A4A4. Windows color (decimal): -9911635 or 11387496. OLE color: 11387496.
HSL color Cylindrical-coordinate representation of color #68C2AD: hue angle of 166º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68C2AD is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 194 | 173 | - |
| CMYK | 0.46 | 0 | 0.11 | 0.24 |
| HSL | 166º | 0.42% | 0.58% | - |
| HSV(B) | 166º | 0.46% | 0.76% | - |
| XYZ | 32.54 | 44.54 | 46.42 | - |
| YUV | 164.7 | 132.68 | 84.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 194 | 173 | 0.46 | 0 | 0.11 | 0.24 | 166 | 0.42 | 0.58 |
| Hex | 68 | C2 | AD | 2E | 0 | B | 18 | A6 | 2A | 3A |
| Octal | 150 | 302 | 255 | 56 | 0 | 13 | 30 | 246 | 52 | 72 |
| Binary | 1101000 | 11000010 | 10101101 | 101110 | 0 | 1011 | 11000 | 10100110 | 101010 | 111010 |
Color Harmonies of #68C2AD
Complementary color
Monochromatic Colors of #68C2AD
Black with #68C2AD
Text Example
Text Example
White with #68C2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C2AD; }
p { color: rgb(104,194,173); }
H1.HeaderClassName
{
color: #68C2AD;
}
.AnyTagClassName
{
color: #68C2AD;
}
</style>
background-color css
<style>
a { background-color: #68C2AD; }
a { background-color: rgb(104,194,173); }
div.DivClassName
{
background-color: #68C2AD;
}
.BgClassName
{
background-color: #68C2AD;
}
</style>
border-color css
<style>
span { border-color: #68C2AD; }
span { border-color: rgb(104,194,173); }
td.TdClassName
{
border-color: #68C2AD;
}
.TagClassName
{
border-color: #68C2AD;
}
</style>