Shades of Medium Aquamarine #68DDB5
Tints of Medium Aquamarine #68DDB5
RGB
CMYK
RGB Variations
Color information
#68DDB5 (or 0x68DDB5) is known color: Medium Aquamarine. HEX triplet: 68, DD and B5. RGB value is (104,221,181). Sum of RGB (Red+Green+Blue) = 104+221+181=506 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.55% from 506); Green value is 221 (86.72% from 255 or 43.68% from 506); Blue value is 181 (71.09% from 255 or 35.77% from 506); Max value from RGB is 221 - color contains mainly: green. Hex color #68DDB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68DDB5 is #97224A. Grayscale: #B5B5B5. Windows color (decimal): -9904715 or 11918696. OLE color: 11918696.
HSL color Cylindrical-coordinate representation of color #68DDB5: hue angle of 159.49º 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 #68DDB5 is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 221 | 181 | - |
| CMYK | 0.53 | 0 | 0.18 | 0.13 |
| HSL | 159.49º | 0.63% | 0.64% | - |
| HSV(B) | 159.49º | 0.53% | 0.87% | - |
| XYZ | 39.91 | 57.99 | 52.81 | - |
| YUV | 181.46 | 127.74 | 72.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 221 | 181 | 0.53 | 0 | 0.18 | 0.13 | 159.49 | 0.63 | 0.64 |
| Hex | 68 | DD | B5 | 35 | 0 | 12 | D | 9F | 3F | 40 |
| Octal | 150 | 335 | 265 | 65 | 0 | 22 | 15 | 237 | 77 | 100 |
| Binary | 1101000 | 11011101 | 10110101 | 110101 | 0 | 10010 | 1101 | 10011111 | 111111 | 1000000 |
Color Harmonies of #68DDB5
Complementary color
Monochromatic Colors of #68DDB5
Black with #68DDB5
Text Example
Text Example
White with #68DDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DDB5; }
p { color: rgb(104,221,181); }
H1.HeaderClassName
{
color: #68DDB5;
}
.AnyTagClassName
{
color: #68DDB5;
}
</style>
background-color css
<style>
a { background-color: #68DDB5; }
a { background-color: rgb(104,221,181); }
div.DivClassName
{
background-color: #68DDB5;
}
.BgClassName
{
background-color: #68DDB5;
}
</style>
border-color css
<style>
span { border-color: #68DDB5; }
span { border-color: rgb(104,221,181); }
td.TdClassName
{
border-color: #68DDB5;
}
.TagClassName
{
border-color: #68DDB5;
}
</style>