Shades of Medium Aquamarine #68C8AC
Tints of Medium Aquamarine #68C8AC
RGB
CMYK
RGB Variations
Color information
#68C8AC (or 0x68C8AC) is known color: Medium Aquamarine. HEX triplet: 68, C8 and AC. RGB value is (104,200,172). Sum of RGB (Red+Green+Blue) = 104+200+172=476 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.85% from 476); Green value is 200 (78.52% from 255 or 42.02% from 476); Blue value is 172 (67.58% from 255 or 36.13% from 476); Max value from RGB is 200 - color contains mainly: green. Hex color #68C8AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68C8AC is #973753. Grayscale: #A8A8A8. Windows color (decimal): -9910100 or 11323496. OLE color: 11323496.
HSL color Cylindrical-coordinate representation of color #68C8AC: hue angle of 162.5º 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 #68C8AC is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 104 | 200 | 172 | - |
| CMYK | 0.48 | 0 | 0.14 | 0.22 |
| HSL | 162.5º | 0.47% | 0.6% | - |
| HSV(B) | 162.5º | 0.48% | 0.78% | - |
| XYZ | 33.81 | 47.23 | 46.36 | - |
| YUV | 168.1 | 130.2 | 82.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 200 | 172 | 0.48 | 0 | 0.14 | 0.22 | 162.5 | 0.47 | 0.6 |
| Hex | 68 | C8 | AC | 30 | 0 | E | 16 | A2 | 2F | 3C |
| Octal | 150 | 310 | 254 | 60 | 0 | 16 | 26 | 242 | 57 | 74 |
| Binary | 1101000 | 11001000 | 10101100 | 110000 | 0 | 1110 | 10110 | 10100010 | 101111 | 111100 |
Color Harmonies of #68C8AC
Complementary color
Monochromatic Colors of #68C8AC
Black with #68C8AC
Text Example
Text Example
White with #68C8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C8AC; }
p { color: rgb(104,200,172); }
H1.HeaderClassName
{
color: #68C8AC;
}
.AnyTagClassName
{
color: #68C8AC;
}
</style>
background-color css
<style>
a { background-color: #68C8AC; }
a { background-color: rgb(104,200,172); }
div.DivClassName
{
background-color: #68C8AC;
}
.BgClassName
{
background-color: #68C8AC;
}
</style>
border-color css
<style>
span { border-color: #68C8AC; }
span { border-color: rgb(104,200,172); }
td.TdClassName
{
border-color: #68C8AC;
}
.TagClassName
{
border-color: #68C8AC;
}
</style>