Shades of Medium Aquamarine #68DDB4
Tints of Medium Aquamarine #68DDB4
RGB
CMYK
RGB Variations
Color information
#68DDB4 (or 0x68DDB4) is known color: Medium Aquamarine. HEX triplet: 68, DD and B4. RGB value is (104,221,180). Sum of RGB (Red+Green+Blue) = 104+221+180=505 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.59% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 180 (70.70% from 255 or 35.64% from 505); Max value from RGB is 221 - color contains mainly: green. Hex color #68DDB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DDB4 is #97224B. Grayscale: #B5B5B5. Windows color (decimal): -9904716 or 11853160. OLE color: 11853160.
HSL color Cylindrical-coordinate representation of color #68DDB4: hue angle of 158.97º 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 #68DDB4 is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 221 | 180 | - |
| CMYK | 0.53 | 0 | 0.19 | 0.13 |
| HSL | 158.97º | 0.63% | 0.64% | - |
| HSV(B) | 158.97º | 0.53% | 0.87% | - |
| XYZ | 39.8 | 57.95 | 52.27 | - |
| YUV | 181.34 | 127.24 | 72.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 221 | 180 | 0.53 | 0 | 0.19 | 0.13 | 158.97 | 0.63 | 0.64 |
| Hex | 68 | DD | B4 | 35 | 0 | 13 | D | 9F | 3F | 40 |
| Octal | 150 | 335 | 264 | 65 | 0 | 23 | 15 | 237 | 77 | 100 |
| Binary | 1101000 | 11011101 | 10110100 | 110101 | 0 | 10011 | 1101 | 10011111 | 111111 | 1000000 |
Color Harmonies of #68DDB4
Complementary color
Monochromatic Colors of #68DDB4
Black with #68DDB4
Text Example
Text Example
White with #68DDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DDB4; }
p { color: rgb(104,221,180); }
H1.HeaderClassName
{
color: #68DDB4;
}
.AnyTagClassName
{
color: #68DDB4;
}
</style>
background-color css
<style>
a { background-color: #68DDB4; }
a { background-color: rgb(104,221,180); }
div.DivClassName
{
background-color: #68DDB4;
}
.BgClassName
{
background-color: #68DDB4;
}
</style>
border-color css
<style>
span { border-color: #68DDB4; }
span { border-color: rgb(104,221,180); }
td.TdClassName
{
border-color: #68DDB4;
}
.TagClassName
{
border-color: #68DDB4;
}
</style>