Shades of Medium Aquamarine #68C8A3
Tints of Medium Aquamarine #68C8A3
RGB
CMYK
RGB Variations
Color information
#68C8A3 (or 0x68C8A3) is known color: Medium Aquamarine. HEX triplet: 68, C8 and A3. RGB value is (104,200,163). Sum of RGB (Red+Green+Blue) = 104+200+163=467 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.27% from 467); Green value is 200 (78.52% from 255 or 42.83% from 467); Blue value is 163 (64.06% from 255 or 34.90% from 467); Max value from RGB is 200 - color contains mainly: green. Hex color #68C8A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68C8A3 is #97375C. Grayscale: #A7A7A7. Windows color (decimal): -9910109 or 10733672. OLE color: 10733672.
HSL color Cylindrical-coordinate representation of color #68C8A3: hue angle of 156.88º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #68C8A3 is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 104 | 200 | 163 | - |
| CMYK | 0.48 | 0 | 0.18 | 0.22 |
| HSL | 156.88º | 0.47% | 0.6% | - |
| HSV(B) | 156.88º | 0.48% | 0.78% | - |
| XYZ | 32.97 | 46.9 | 41.96 | - |
| YUV | 167.08 | 125.7 | 83.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 200 | 163 | 0.48 | 0 | 0.18 | 0.22 | 156.88 | 0.47 | 0.6 |
| Hex | 68 | C8 | A3 | 30 | 0 | 12 | 16 | 9D | 2F | 3C |
| Octal | 150 | 310 | 243 | 60 | 0 | 22 | 26 | 235 | 57 | 74 |
| Binary | 1101000 | 11001000 | 10100011 | 110000 | 0 | 10010 | 10110 | 10011101 | 101111 | 111100 |
Color Harmonies of #68C8A3
Complementary color
Monochromatic Colors of #68C8A3
Black with #68C8A3
Text Example
Text Example
White with #68C8A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C8A3; }
p { color: rgb(104,200,163); }
H1.HeaderClassName
{
color: #68C8A3;
}
.AnyTagClassName
{
color: #68C8A3;
}
</style>
background-color css
<style>
a { background-color: #68C8A3; }
a { background-color: rgb(104,200,163); }
div.DivClassName
{
background-color: #68C8A3;
}
.BgClassName
{
background-color: #68C8A3;
}
</style>
border-color css
<style>
span { border-color: #68C8A3; }
span { border-color: rgb(104,200,163); }
td.TdClassName
{
border-color: #68C8A3;
}
.TagClassName
{
border-color: #68C8A3;
}
</style>