Shades of Medium Aquamarine #68DD9E
Tints of Medium Aquamarine #68DD9E
RGB
CMYK
RGB Variations
Color information
#68DD9E (or 0x68DD9E) is known color: Medium Aquamarine. HEX triplet: 68, DD and 9E. RGB value is (104,221,158). Sum of RGB (Red+Green+Blue) = 104+221+158=483 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.53% from 483); Green value is 221 (86.72% from 255 or 45.76% from 483); Blue value is 158 (62.11% from 255 or 32.71% from 483); Max value from RGB is 221 - color contains mainly: green. Hex color #68DD9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DD9E is #972261. Grayscale: #B2B2B2. Windows color (decimal): -9904738 or 10411368. OLE color: 10411368.
HSL color Cylindrical-coordinate representation of color #68DD9E: hue angle of 147.69º 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 #68DD9E is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 221 | 158 | - |
| CMYK | 0.53 | 0 | 0.29 | 0.13 |
| HSL | 147.69º | 0.63% | 0.64% | - |
| HSV(B) | 147.69º | 0.53% | 0.87% | - |
| XYZ | 37.74 | 57.12 | 41.38 | - |
| YUV | 178.84 | 116.24 | 74.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 221 | 158 | 0.53 | 0 | 0.29 | 0.13 | 147.69 | 0.63 | 0.64 |
| Hex | 68 | DD | 9E | 35 | 0 | 1D | D | 94 | 3F | 40 |
| Octal | 150 | 335 | 236 | 65 | 0 | 35 | 15 | 224 | 77 | 100 |
| Binary | 1101000 | 11011101 | 10011110 | 110101 | 0 | 11101 | 1101 | 10010100 | 111111 | 1000000 |
Color Harmonies of #68DD9E
Complementary color
Monochromatic Colors of #68DD9E
Black with #68DD9E
Text Example
Text Example
White with #68DD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DD9E; }
p { color: rgb(104,221,158); }
H1.HeaderClassName
{
color: #68DD9E;
}
.AnyTagClassName
{
color: #68DD9E;
}
</style>
background-color css
<style>
a { background-color: #68DD9E; }
a { background-color: rgb(104,221,158); }
div.DivClassName
{
background-color: #68DD9E;
}
.BgClassName
{
background-color: #68DD9E;
}
</style>
border-color css
<style>
span { border-color: #68DD9E; }
span { border-color: rgb(104,221,158); }
td.TdClassName
{
border-color: #68DD9E;
}
.TagClassName
{
border-color: #68DD9E;
}
</style>