Shades of Medium Aquamarine #68CEA2
Tints of Medium Aquamarine #68CEA2
RGB
CMYK
RGB Variations
Color information
#68CEA2 (or 0x68CEA2) is known color: Medium Aquamarine. HEX triplet: 68, CE and A2. RGB value is (104,206,162). Sum of RGB (Red+Green+Blue) = 104+206+162=472 (62% of max value = 765). Red value is 104 (41.02% from 255 or 22.03% from 472); Green value is 206 (80.86% from 255 or 43.64% from 472); Blue value is 162 (63.67% from 255 or 34.32% from 472); Max value from RGB is 206 - color contains mainly: green. Hex color #68CEA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68CEA2 is #97315D. Grayscale: #AAAAAA. Windows color (decimal): -9908574 or 10669672. OLE color: 10669672.
HSL color Cylindrical-coordinate representation of color #68CEA2: hue angle of 154.12º 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 #68CEA2 is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 206 | 162 | - |
| CMYK | 0.50 | 0 | 0.21 | 0.19 |
| HSL | 154.12º | 0.51% | 0.61% | - |
| HSV(B) | 154.12º | 0.5% | 0.81% | - |
| XYZ | 34.3 | 49.69 | 41.97 | - |
| YUV | 170.49 | 123.21 | 80.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 206 | 162 | 0.50 | 0 | 0.21 | 0.19 | 154.12 | 0.51 | 0.61 |
| Hex | 68 | CE | A2 | 32 | 0 | 15 | 13 | 9A | 33 | 3D |
| Octal | 150 | 316 | 242 | 62 | 0 | 25 | 23 | 232 | 63 | 75 |
| Binary | 1101000 | 11001110 | 10100010 | 110010 | 0 | 10101 | 10011 | 10011010 | 110011 | 111101 |
Color Harmonies of #68CEA2
Complementary color
Monochromatic Colors of #68CEA2
Black with #68CEA2
Text Example
Text Example
White with #68CEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CEA2; }
p { color: rgb(104,206,162); }
H1.HeaderClassName
{
color: #68CEA2;
}
.AnyTagClassName
{
color: #68CEA2;
}
</style>
background-color css
<style>
a { background-color: #68CEA2; }
a { background-color: rgb(104,206,162); }
div.DivClassName
{
background-color: #68CEA2;
}
.BgClassName
{
background-color: #68CEA2;
}
</style>
border-color css
<style>
span { border-color: #68CEA2; }
span { border-color: rgb(104,206,162); }
td.TdClassName
{
border-color: #68CEA2;
}
.TagClassName
{
border-color: #68CEA2;
}
</style>