Shades of Medium Aquamarine #68C2AA
Tints of Medium Aquamarine #68C2AA
RGB
CMYK
RGB Variations
Color information
#68C2AA (or 0x68C2AA) is known color: Medium Aquamarine. HEX triplet: 68, C2 and AA. RGB value is (104,194,170). Sum of RGB (Red+Green+Blue) = 104+194+170=468 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.22% from 468); Green value is 194 (76.17% from 255 or 41.45% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 194 - color contains mainly: green. Hex color #68C2AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68C2AA is #973D55. Grayscale: #A4A4A4. Windows color (decimal): -9911638 or 11190888. OLE color: 11190888.
HSL color Cylindrical-coordinate representation of color #68C2AA: hue angle of 164º 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 #68C2AA is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 194 | 170 | - |
| CMYK | 0.46 | 0 | 0.12 | 0.24 |
| HSL | 164º | 0.42% | 0.58% | - |
| HSV(B) | 164º | 0.46% | 0.76% | - |
| XYZ | 32.26 | 44.43 | 44.91 | - |
| YUV | 164.35 | 131.18 | 84.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 194 | 170 | 0.46 | 0 | 0.12 | 0.24 | 164 | 0.42 | 0.58 |
| Hex | 68 | C2 | AA | 2E | 0 | C | 18 | A4 | 2A | 3A |
| Octal | 150 | 302 | 252 | 56 | 0 | 14 | 30 | 244 | 52 | 72 |
| Binary | 1101000 | 11000010 | 10101010 | 101110 | 0 | 1100 | 11000 | 10100100 | 101010 | 111010 |
Color Harmonies of #68C2AA
Complementary color
Monochromatic Colors of #68C2AA
Black with #68C2AA
Text Example
Text Example
White with #68C2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C2AA; }
p { color: rgb(104,194,170); }
H1.HeaderClassName
{
color: #68C2AA;
}
.AnyTagClassName
{
color: #68C2AA;
}
</style>
background-color css
<style>
a { background-color: #68C2AA; }
a { background-color: rgb(104,194,170); }
div.DivClassName
{
background-color: #68C2AA;
}
.BgClassName
{
background-color: #68C2AA;
}
</style>
border-color css
<style>
span { border-color: #68C2AA; }
span { border-color: rgb(104,194,170); }
td.TdClassName
{
border-color: #68C2AA;
}
.TagClassName
{
border-color: #68C2AA;
}
</style>