Shades of Medium Aquamarine #68D3AB
Tints of Medium Aquamarine #68D3AB
RGB
CMYK
RGB Variations
Color information
#68D3AB (or 0x68D3AB) is known color: Medium Aquamarine. HEX triplet: 68, D3 and AB. RGB value is (104,211,171). Sum of RGB (Red+Green+Blue) = 104+211+171=486 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.40% from 486); Green value is 211 (82.81% from 255 or 43.42% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 211 - color contains mainly: green. Hex color #68D3AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68D3AB is #972C54. Grayscale: #AEAEAE. Windows color (decimal): -9907285 or 11260776. OLE color: 11260776.
HSL color Cylindrical-coordinate representation of color #68D3AB: hue angle of 157.57º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68D3AB is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 104 | 211 | 171 | - |
| CMYK | 0.51 | 0 | 0.19 | 0.17 |
| HSL | 157.57º | 0.55% | 0.62% | - |
| HSV(B) | 157.57º | 0.51% | 0.83% | - |
| XYZ | 36.35 | 52.47 | 46.74 | - |
| YUV | 174.45 | 126.05 | 77.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 211 | 171 | 0.51 | 0 | 0.19 | 0.17 | 157.57 | 0.55 | 0.62 |
| Hex | 68 | D3 | AB | 33 | 0 | 13 | 11 | 9E | 37 | 3E |
| Octal | 150 | 323 | 253 | 63 | 0 | 23 | 21 | 236 | 67 | 76 |
| Binary | 1101000 | 11010011 | 10101011 | 110011 | 0 | 10011 | 10001 | 10011110 | 110111 | 111110 |
Color Harmonies of #68D3AB
Complementary color
Monochromatic Colors of #68D3AB
Black with #68D3AB
Text Example
Text Example
White with #68D3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D3AB; }
p { color: rgb(104,211,171); }
H1.HeaderClassName
{
color: #68D3AB;
}
.AnyTagClassName
{
color: #68D3AB;
}
</style>
background-color css
<style>
a { background-color: #68D3AB; }
a { background-color: rgb(104,211,171); }
div.DivClassName
{
background-color: #68D3AB;
}
.BgClassName
{
background-color: #68D3AB;
}
</style>
border-color css
<style>
span { border-color: #68D3AB; }
span { border-color: rgb(104,211,171); }
td.TdClassName
{
border-color: #68D3AB;
}
.TagClassName
{
border-color: #68D3AB;
}
</style>