Shades of Medium Aquamarine #68C7A8
Tints of Medium Aquamarine #68C7A8
RGB
CMYK
RGB Variations
Color information
#68C7A8 (or 0x68C7A8) is known color: Medium Aquamarine. HEX triplet: 68, C7 and A8. RGB value is (104,199,168). Sum of RGB (Red+Green+Blue) = 104+199+168=471 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.08% from 471); Green value is 199 (78.12% from 255 or 42.25% from 471); Blue value is 168 (66.02% from 255 or 35.67% from 471); Max value from RGB is 199 - color contains mainly: green. Hex color #68C7A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68C7A8 is #973857. Grayscale: #A7A7A7. Windows color (decimal): -9910360 or 11061096. OLE color: 11061096.
HSL color Cylindrical-coordinate representation of color #68C7A8: hue angle of 160.42º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #68C7A8 is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 104 | 199 | 168 | - |
| CMYK | 0.48 | 0 | 0.16 | 0.22 |
| HSL | 160.42º | 0.46% | 0.59% | - |
| HSV(B) | 160.42º | 0.48% | 0.78% | - |
| XYZ | 33.2 | 46.62 | 44.29 | - |
| YUV | 167.06 | 128.53 | 83.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 199 | 168 | 0.48 | 0 | 0.16 | 0.22 | 160.42 | 0.46 | 0.59 |
| Hex | 68 | C7 | A8 | 30 | 0 | 10 | 16 | A0 | 2E | 3B |
| Octal | 150 | 307 | 250 | 60 | 0 | 20 | 26 | 240 | 56 | 73 |
| Binary | 1101000 | 11000111 | 10101000 | 110000 | 0 | 10000 | 10110 | 10100000 | 101110 | 111011 |
Color Harmonies of #68C7A8
Complementary color
Monochromatic Colors of #68C7A8
Black with #68C7A8
Text Example
Text Example
White with #68C7A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C7A8; }
p { color: rgb(104,199,168); }
H1.HeaderClassName
{
color: #68C7A8;
}
.AnyTagClassName
{
color: #68C7A8;
}
</style>
background-color css
<style>
a { background-color: #68C7A8; }
a { background-color: rgb(104,199,168); }
div.DivClassName
{
background-color: #68C7A8;
}
.BgClassName
{
background-color: #68C7A8;
}
</style>
border-color css
<style>
span { border-color: #68C7A8; }
span { border-color: rgb(104,199,168); }
td.TdClassName
{
border-color: #68C7A8;
}
.TagClassName
{
border-color: #68C7A8;
}
</style>