Shades of Medium Aquamarine #68CEA8
Tints of Medium Aquamarine #68CEA8
RGB
CMYK
RGB Variations
Color information
#68CEA8 (or 0x68CEA8) is known color: Medium Aquamarine. HEX triplet: 68, CE and A8. RGB value is (104,206,168). Sum of RGB (Red+Green+Blue) = 104+206+168=478 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.76% from 478); Green value is 206 (80.86% from 255 or 43.10% from 478); Blue value is 168 (66.02% from 255 or 35.15% from 478); Max value from RGB is 206 - color contains mainly: green. Hex color #68CEA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68CEA8 is #973157. Grayscale: #ABABAB. Windows color (decimal): -9908568 or 11062888. OLE color: 11062888.
HSL color Cylindrical-coordinate representation of color #68CEA8: hue angle of 157.65º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68CEA8 is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 206 | 168 | - |
| CMYK | 0.50 | 0 | 0.18 | 0.19 |
| HSL | 157.65º | 0.51% | 0.61% | - |
| HSV(B) | 157.65º | 0.5% | 0.81% | - |
| XYZ | 34.85 | 49.91 | 44.84 | - |
| YUV | 171.17 | 126.21 | 80.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 206 | 168 | 0.50 | 0 | 0.18 | 0.19 | 157.65 | 0.51 | 0.61 |
| Hex | 68 | CE | A8 | 32 | 0 | 12 | 13 | 9E | 33 | 3D |
| Octal | 150 | 316 | 250 | 62 | 0 | 22 | 23 | 236 | 63 | 75 |
| Binary | 1101000 | 11001110 | 10101000 | 110010 | 0 | 10010 | 10011 | 10011110 | 110011 | 111101 |
Color Harmonies of #68CEA8
Complementary color
Monochromatic Colors of #68CEA8
Black with #68CEA8
Text Example
Text Example
White with #68CEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CEA8; }
p { color: rgb(104,206,168); }
H1.HeaderClassName
{
color: #68CEA8;
}
.AnyTagClassName
{
color: #68CEA8;
}
</style>
background-color css
<style>
a { background-color: #68CEA8; }
a { background-color: rgb(104,206,168); }
div.DivClassName
{
background-color: #68CEA8;
}
.BgClassName
{
background-color: #68CEA8;
}
</style>
border-color css
<style>
span { border-color: #68CEA8; }
span { border-color: rgb(104,206,168); }
td.TdClassName
{
border-color: #68CEA8;
}
.TagClassName
{
border-color: #68CEA8;
}
</style>