Shades of Medium Aquamarine #68D5AB
Tints of Medium Aquamarine #68D5AB
RGB
CMYK
RGB Variations
Color information
#68D5AB (or 0x68D5AB) is known color: Medium Aquamarine. HEX triplet: 68, D5 and AB. RGB value is (104,213,171). Sum of RGB (Red+Green+Blue) = 104+213+171=488 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.31% from 488); Green value is 213 (83.59% from 255 or 43.65% from 488); Blue value is 171 (67.19% from 255 or 35.04% from 488); Max value from RGB is 213 - color contains mainly: green. Hex color #68D5AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68D5AB is #972A54. Grayscale: #AFAFAF. Windows color (decimal): -9906773 or 11261288. OLE color: 11261288.
HSL color Cylindrical-coordinate representation of color #68D5AB: hue angle of 156.88º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68D5AB is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 213 | 171 | - |
| CMYK | 0.51 | 0 | 0.20 | 0.16 |
| HSL | 156.88º | 0.56% | 0.62% | - |
| HSV(B) | 156.88º | 0.51% | 0.84% | - |
| XYZ | 36.85 | 53.47 | 46.91 | - |
| YUV | 175.62 | 125.39 | 76.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 213 | 171 | 0.51 | 0 | 0.20 | 0.16 | 156.88 | 0.56 | 0.62 |
| Hex | 68 | D5 | AB | 33 | 0 | 14 | 10 | 9D | 38 | 3E |
| Octal | 150 | 325 | 253 | 63 | 0 | 24 | 20 | 235 | 70 | 76 |
| Binary | 1101000 | 11010101 | 10101011 | 110011 | 0 | 10100 | 10000 | 10011101 | 111000 | 111110 |
Color Harmonies of #68D5AB
Complementary color
Monochromatic Colors of #68D5AB
Black with #68D5AB
Text Example
Text Example
White with #68D5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D5AB; }
p { color: rgb(104,213,171); }
H1.HeaderClassName
{
color: #68D5AB;
}
.AnyTagClassName
{
color: #68D5AB;
}
</style>
background-color css
<style>
a { background-color: #68D5AB; }
a { background-color: rgb(104,213,171); }
div.DivClassName
{
background-color: #68D5AB;
}
.BgClassName
{
background-color: #68D5AB;
}
</style>
border-color css
<style>
span { border-color: #68D5AB; }
span { border-color: rgb(104,213,171); }
td.TdClassName
{
border-color: #68D5AB;
}
.TagClassName
{
border-color: #68D5AB;
}
</style>