Shades of Medium Aquamarine #68DDB2
Tints of Medium Aquamarine #68DDB2
RGB
CMYK
RGB Variations
Color information
#68DDB2 (or 0x68DDB2) is known color: Medium Aquamarine. HEX triplet: 68, DD and B2. RGB value is (104,221,178). Sum of RGB (Red+Green+Blue) = 104+221+178=503 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.68% from 503); Green value is 221 (86.72% from 255 or 43.94% from 503); Blue value is 178 (69.92% from 255 or 35.39% from 503); Max value from RGB is 221 - color contains mainly: green. Hex color #68DDB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DDB2 is #97224D. Grayscale: #B5B5B5. Windows color (decimal): -9904718 or 11722088. OLE color: 11722088.
HSL color Cylindrical-coordinate representation of color #68DDB2: hue angle of 157.95º 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 #68DDB2 is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 221 | 178 | - |
| CMYK | 0.53 | 0 | 0.19 | 0.13 |
| HSL | 157.95º | 0.63% | 0.64% | - |
| HSV(B) | 157.95º | 0.53% | 0.87% | - |
| XYZ | 39.6 | 57.87 | 51.2 | - |
| YUV | 181.12 | 126.24 | 73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 221 | 178 | 0.53 | 0 | 0.19 | 0.13 | 157.95 | 0.63 | 0.64 |
| Hex | 68 | DD | B2 | 35 | 0 | 13 | D | 9E | 3F | 40 |
| Octal | 150 | 335 | 262 | 65 | 0 | 23 | 15 | 236 | 77 | 100 |
| Binary | 1101000 | 11011101 | 10110010 | 110101 | 0 | 10011 | 1101 | 10011110 | 111111 | 1000000 |
Color Harmonies of #68DDB2
Complementary color
Monochromatic Colors of #68DDB2
Black with #68DDB2
Text Example
Text Example
White with #68DDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DDB2; }
p { color: rgb(104,221,178); }
H1.HeaderClassName
{
color: #68DDB2;
}
.AnyTagClassName
{
color: #68DDB2;
}
</style>
background-color css
<style>
a { background-color: #68DDB2; }
a { background-color: rgb(104,221,178); }
div.DivClassName
{
background-color: #68DDB2;
}
.BgClassName
{
background-color: #68DDB2;
}
</style>
border-color css
<style>
span { border-color: #68DDB2; }
span { border-color: rgb(104,221,178); }
td.TdClassName
{
border-color: #68DDB2;
}
.TagClassName
{
border-color: #68DDB2;
}
</style>