Shades of Medium Aquamarine #68C3A4
Tints of Medium Aquamarine #68C3A4
RGB
CMYK
RGB Variations
Color information
#68C3A4 (or 0x68C3A4) is known color: Medium Aquamarine. HEX triplet: 68, C3 and A4. RGB value is (104,195,164). Sum of RGB (Red+Green+Blue) = 104+195+164=463 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.46% from 463); Green value is 195 (76.56% from 255 or 42.12% from 463); Blue value is 164 (64.45% from 255 or 35.42% from 463); Max value from RGB is 195 - color contains mainly: green. Hex color #68C3A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68C3A4 is #973C5B. Grayscale: #A4A4A4. Windows color (decimal): -9911388 or 10797928. OLE color: 10797928.
HSL color Cylindrical-coordinate representation of color #68C3A4: hue angle of 159.56º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #68C3A4 is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 195 | 164 | - |
| CMYK | 0.47 | 0 | 0.16 | 0.24 |
| HSL | 159.56º | 0.43% | 0.59% | - |
| HSV(B) | 159.56º | 0.47% | 0.76% | - |
| XYZ | 31.92 | 44.65 | 42.06 | - |
| YUV | 164.26 | 127.85 | 85.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 195 | 164 | 0.47 | 0 | 0.16 | 0.24 | 159.56 | 0.43 | 0.59 |
| Hex | 68 | C3 | A4 | 2F | 0 | 10 | 18 | A0 | 2B | 3B |
| Octal | 150 | 303 | 244 | 57 | 0 | 20 | 30 | 240 | 53 | 73 |
| Binary | 1101000 | 11000011 | 10100100 | 101111 | 0 | 10000 | 11000 | 10100000 | 101011 | 111011 |
Color Harmonies of #68C3A4
Complementary color
Monochromatic Colors of #68C3A4
Black with #68C3A4
Text Example
Text Example
White with #68C3A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C3A4; }
p { color: rgb(104,195,164); }
H1.HeaderClassName
{
color: #68C3A4;
}
.AnyTagClassName
{
color: #68C3A4;
}
</style>
background-color css
<style>
a { background-color: #68C3A4; }
a { background-color: rgb(104,195,164); }
div.DivClassName
{
background-color: #68C3A4;
}
.BgClassName
{
background-color: #68C3A4;
}
</style>
border-color css
<style>
span { border-color: #68C3A4; }
span { border-color: rgb(104,195,164); }
td.TdClassName
{
border-color: #68C3A4;
}
.TagClassName
{
border-color: #68C3A4;
}
</style>