Shades of Medium Aquamarine #68CEAD
Tints of Medium Aquamarine #68CEAD
RGB
CMYK
RGB Variations
Color information
#68CEAD (or 0x68CEAD) is known color: Medium Aquamarine. HEX triplet: 68, CE and AD. RGB value is (104,206,173). Sum of RGB (Red+Green+Blue) = 104+206+173=483 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.53% from 483); Green value is 206 (80.86% from 255 or 42.65% from 483); Blue value is 173 (67.97% from 255 or 35.82% from 483); Max value from RGB is 206 - color contains mainly: green. Hex color #68CEAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68CEAD is #973152. Grayscale: #ABABAB. Windows color (decimal): -9908563 or 11390568. OLE color: 11390568.
HSL color Cylindrical-coordinate representation of color #68CEAD: hue angle of 160.59º 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 #68CEAD is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 206 | 173 | - |
| CMYK | 0.50 | 0 | 0.16 | 0.19 |
| HSL | 160.59º | 0.51% | 0.61% | - |
| HSV(B) | 160.59º | 0.5% | 0.81% | - |
| XYZ | 35.32 | 50.1 | 47.34 | - |
| YUV | 171.74 | 128.71 | 79.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 206 | 173 | 0.50 | 0 | 0.16 | 0.19 | 160.59 | 0.51 | 0.61 |
| Hex | 68 | CE | AD | 32 | 0 | 10 | 13 | A1 | 33 | 3D |
| Octal | 150 | 316 | 255 | 62 | 0 | 20 | 23 | 241 | 63 | 75 |
| Binary | 1101000 | 11001110 | 10101101 | 110010 | 0 | 10000 | 10011 | 10100001 | 110011 | 111101 |
Color Harmonies of #68CEAD
Complementary color
Monochromatic Colors of #68CEAD
Black with #68CEAD
Text Example
Text Example
White with #68CEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CEAD; }
p { color: rgb(104,206,173); }
H1.HeaderClassName
{
color: #68CEAD;
}
.AnyTagClassName
{
color: #68CEAD;
}
</style>
background-color css
<style>
a { background-color: #68CEAD; }
a { background-color: rgb(104,206,173); }
div.DivClassName
{
background-color: #68CEAD;
}
.BgClassName
{
background-color: #68CEAD;
}
</style>
border-color css
<style>
span { border-color: #68CEAD; }
span { border-color: rgb(104,206,173); }
td.TdClassName
{
border-color: #68CEAD;
}
.TagClassName
{
border-color: #68CEAD;
}
</style>