Shades of Medium Aquamarine #68DDB0
Tints of Medium Aquamarine #68DDB0
RGB
CMYK
RGB Variations
Color information
#68DDB0 (or 0x68DDB0) is known color: Medium Aquamarine. HEX triplet: 68, DD and B0. RGB value is (104,221,176). Sum of RGB (Red+Green+Blue) = 104+221+176=501 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.76% from 501); Green value is 221 (86.72% from 255 or 44.11% from 501); Blue value is 176 (69.14% from 255 or 35.13% from 501); Max value from RGB is 221 - color contains mainly: green. Hex color #68DDB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DDB0 is #97224F. Grayscale: #B4B4B4. Windows color (decimal): -9904720 or 11591016. OLE color: 11591016.
HSL color Cylindrical-coordinate representation of color #68DDB0: hue angle of 156.92º 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 #68DDB0 is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 221 | 176 | - |
| CMYK | 0.53 | 0 | 0.20 | 0.13 |
| HSL | 156.92º | 0.63% | 0.64% | - |
| HSV(B) | 156.92º | 0.53% | 0.87% | - |
| XYZ | 39.4 | 57.79 | 50.15 | - |
| YUV | 180.89 | 125.24 | 73.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 221 | 176 | 0.53 | 0 | 0.20 | 0.13 | 156.92 | 0.63 | 0.64 |
| Hex | 68 | DD | B0 | 35 | 0 | 14 | D | 9D | 3F | 40 |
| Octal | 150 | 335 | 260 | 65 | 0 | 24 | 15 | 235 | 77 | 100 |
| Binary | 1101000 | 11011101 | 10110000 | 110101 | 0 | 10100 | 1101 | 10011101 | 111111 | 1000000 |
Color Harmonies of #68DDB0
Complementary color
Monochromatic Colors of #68DDB0
Black with #68DDB0
Text Example
Text Example
White with #68DDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DDB0; }
p { color: rgb(104,221,176); }
H1.HeaderClassName
{
color: #68DDB0;
}
.AnyTagClassName
{
color: #68DDB0;
}
</style>
background-color css
<style>
a { background-color: #68DDB0; }
a { background-color: rgb(104,221,176); }
div.DivClassName
{
background-color: #68DDB0;
}
.BgClassName
{
background-color: #68DDB0;
}
</style>
border-color css
<style>
span { border-color: #68DDB0; }
span { border-color: rgb(104,221,176); }
td.TdClassName
{
border-color: #68DDB0;
}
.TagClassName
{
border-color: #68DDB0;
}
</style>