Shades of Medium Aquamarine #68CEA0
Tints of Medium Aquamarine #68CEA0
RGB
CMYK
RGB Variations
Color information
#68CEA0 (or 0x68CEA0) is known color: Medium Aquamarine. HEX triplet: 68, CE and A0. RGB value is (104,206,160). Sum of RGB (Red+Green+Blue) = 104+206+160=470 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.13% from 470); Green value is 206 (80.86% from 255 or 43.83% from 470); Blue value is 160 (62.89% from 255 or 34.04% from 470); Max value from RGB is 206 - color contains mainly: green. Hex color #68CEA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68CEA0 is #97315F. Grayscale: #AAAAAA. Windows color (decimal): -9908576 or 10538600. OLE color: 10538600.
HSL color Cylindrical-coordinate representation of color #68CEA0: hue angle of 152.94º 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 #68CEA0 is Cyan = 0.50, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 206 | 160 | - |
| CMYK | 0.50 | 0 | 0.22 | 0.19 |
| HSL | 152.94º | 0.51% | 0.61% | - |
| HSV(B) | 152.94º | 0.5% | 0.81% | - |
| XYZ | 34.13 | 49.62 | 41.04 | - |
| YUV | 170.26 | 122.21 | 80.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 206 | 160 | 0.50 | 0 | 0.22 | 0.19 | 152.94 | 0.51 | 0.61 |
| Hex | 68 | CE | A0 | 32 | 0 | 16 | 13 | 99 | 33 | 3D |
| Octal | 150 | 316 | 240 | 62 | 0 | 26 | 23 | 231 | 63 | 75 |
| Binary | 1101000 | 11001110 | 10100000 | 110010 | 0 | 10110 | 10011 | 10011001 | 110011 | 111101 |
Color Harmonies of #68CEA0
Complementary color
Monochromatic Colors of #68CEA0
Black with #68CEA0
Text Example
Text Example
White with #68CEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CEA0; }
p { color: rgb(104,206,160); }
H1.HeaderClassName
{
color: #68CEA0;
}
.AnyTagClassName
{
color: #68CEA0;
}
</style>
background-color css
<style>
a { background-color: #68CEA0; }
a { background-color: rgb(104,206,160); }
div.DivClassName
{
background-color: #68CEA0;
}
.BgClassName
{
background-color: #68CEA0;
}
</style>
border-color css
<style>
span { border-color: #68CEA0; }
span { border-color: rgb(104,206,160); }
td.TdClassName
{
border-color: #68CEA0;
}
.TagClassName
{
border-color: #68CEA0;
}
</style>