Shades of Medium Aquamarine #68C1A3
Tints of Medium Aquamarine #68C1A3
RGB
CMYK
RGB Variations
Color information
#68C1A3 (or 0x68C1A3) is known color: Medium Aquamarine. HEX triplet: 68, C1 and A3. RGB value is (104,193,163). Sum of RGB (Red+Green+Blue) = 104+193+163=460 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.61% from 460); Green value is 193 (75.78% from 255 or 41.96% from 460); Blue value is 163 (64.06% from 255 or 35.43% from 460); Max value from RGB is 193 - color contains mainly: green. Hex color #68C1A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68C1A3 is #973E5C. Grayscale: #A3A3A3. Windows color (decimal): -9911901 or 10731880. OLE color: 10731880.
HSL color Cylindrical-coordinate representation of color #68C1A3: hue angle of 159.78º 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 #68C1A3 is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 193 | 163 | - |
| CMYK | 0.46 | 0 | 0.16 | 0.24 |
| HSL | 159.78º | 0.42% | 0.58% | - |
| HSV(B) | 159.78º | 0.46% | 0.76% | - |
| XYZ | 31.39 | 43.73 | 41.44 | - |
| YUV | 162.97 | 128.01 | 85.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 193 | 163 | 0.46 | 0 | 0.16 | 0.24 | 159.78 | 0.42 | 0.58 |
| Hex | 68 | C1 | A3 | 2E | 0 | 10 | 18 | A0 | 2A | 3A |
| Octal | 150 | 301 | 243 | 56 | 0 | 20 | 30 | 240 | 52 | 72 |
| Binary | 1101000 | 11000001 | 10100011 | 101110 | 0 | 10000 | 11000 | 10100000 | 101010 | 111010 |
Color Harmonies of #68C1A3
Complementary color
Monochromatic Colors of #68C1A3
Black with #68C1A3
Text Example
Text Example
White with #68C1A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C1A3; }
p { color: rgb(104,193,163); }
H1.HeaderClassName
{
color: #68C1A3;
}
.AnyTagClassName
{
color: #68C1A3;
}
</style>
background-color css
<style>
a { background-color: #68C1A3; }
a { background-color: rgb(104,193,163); }
div.DivClassName
{
background-color: #68C1A3;
}
.BgClassName
{
background-color: #68C1A3;
}
</style>
border-color css
<style>
span { border-color: #68C1A3; }
span { border-color: rgb(104,193,163); }
td.TdClassName
{
border-color: #68C1A3;
}
.TagClassName
{
border-color: #68C1A3;
}
</style>