Shades of Medium Aquamarine #68DDAB
Tints of Medium Aquamarine #68DDAB
RGB
CMYK
RGB Variations
Color information
#68DDAB (or 0x68DDAB) is known color: Medium Aquamarine. HEX triplet: 68, DD and AB. RGB value is (104,221,171). Sum of RGB (Red+Green+Blue) = 104+221+171=496 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.97% from 496); Green value is 221 (86.72% from 255 or 44.56% from 496); Blue value is 171 (67.19% from 255 or 34.48% from 496); Max value from RGB is 221 - color contains mainly: green. Hex color #68DDAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DDAB is #972254. Grayscale: #B4B4B4. Windows color (decimal): -9904725 or 11263336. OLE color: 11263336.
HSL color Cylindrical-coordinate representation of color #68DDAB: hue angle of 154.36º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DDAB is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 221 | 171 | - |
| CMYK | 0.53 | 0 | 0.23 | 0.13 |
| HSL | 154.36º | 0.63% | 0.64% | - |
| HSV(B) | 154.36º | 0.53% | 0.87% | - |
| XYZ | 38.92 | 57.6 | 47.59 | - |
| YUV | 180.32 | 122.74 | 73.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 221 | 171 | 0.53 | 0 | 0.23 | 0.13 | 154.36 | 0.63 | 0.64 |
| Hex | 68 | DD | AB | 35 | 0 | 17 | D | 9A | 3F | 40 |
| Octal | 150 | 335 | 253 | 65 | 0 | 27 | 15 | 232 | 77 | 100 |
| Binary | 1101000 | 11011101 | 10101011 | 110101 | 0 | 10111 | 1101 | 10011010 | 111111 | 1000000 |
Color Harmonies of #68DDAB
Complementary color
Monochromatic Colors of #68DDAB
Black with #68DDAB
Text Example
Text Example
White with #68DDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DDAB; }
p { color: rgb(104,221,171); }
H1.HeaderClassName
{
color: #68DDAB;
}
.AnyTagClassName
{
color: #68DDAB;
}
</style>
background-color css
<style>
a { background-color: #68DDAB; }
a { background-color: rgb(104,221,171); }
div.DivClassName
{
background-color: #68DDAB;
}
.BgClassName
{
background-color: #68DDAB;
}
</style>
border-color css
<style>
span { border-color: #68DDAB; }
span { border-color: rgb(104,221,171); }
td.TdClassName
{
border-color: #68DDAB;
}
.TagClassName
{
border-color: #68DDAB;
}
</style>