Shades of Medium Aquamarine #68DDA9
Tints of Medium Aquamarine #68DDA9
RGB
CMYK
RGB Variations
Color information
#68DDA9 (or 0x68DDA9) is known color: Medium Aquamarine. HEX triplet: 68, DD and A9. RGB value is (104,221,169). Sum of RGB (Red+Green+Blue) = 104+221+169=494 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.05% from 494); Green value is 221 (86.72% from 255 or 44.74% from 494); Blue value is 169 (66.41% from 255 or 34.21% from 494); Max value from RGB is 221 - color contains mainly: green. Hex color #68DDA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DDA9 is #972256. Grayscale: #B4B4B4. Windows color (decimal): -9904727 or 11132264. OLE color: 11132264.
HSL color Cylindrical-coordinate representation of color #68DDA9: hue angle of 153.33º 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 #68DDA9 is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 221 | 169 | - |
| CMYK | 0.53 | 0 | 0.24 | 0.13 |
| HSL | 153.33º | 0.63% | 0.64% | - |
| HSV(B) | 153.33º | 0.53% | 0.87% | - |
| XYZ | 38.73 | 57.52 | 46.6 | - |
| YUV | 180.09 | 121.74 | 73.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 221 | 169 | 0.53 | 0 | 0.24 | 0.13 | 153.33 | 0.63 | 0.64 |
| Hex | 68 | DD | A9 | 35 | 0 | 18 | D | 99 | 3F | 40 |
| Octal | 150 | 335 | 251 | 65 | 0 | 30 | 15 | 231 | 77 | 100 |
| Binary | 1101000 | 11011101 | 10101001 | 110101 | 0 | 11000 | 1101 | 10011001 | 111111 | 1000000 |
Color Harmonies of #68DDA9
Complementary color
Monochromatic Colors of #68DDA9
Black with #68DDA9
Text Example
Text Example
White with #68DDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DDA9; }
p { color: rgb(104,221,169); }
H1.HeaderClassName
{
color: #68DDA9;
}
.AnyTagClassName
{
color: #68DDA9;
}
</style>
background-color css
<style>
a { background-color: #68DDA9; }
a { background-color: rgb(104,221,169); }
div.DivClassName
{
background-color: #68DDA9;
}
.BgClassName
{
background-color: #68DDA9;
}
</style>
border-color css
<style>
span { border-color: #68DDA9; }
span { border-color: rgb(104,221,169); }
td.TdClassName
{
border-color: #68DDA9;
}
.TagClassName
{
border-color: #68DDA9;
}
</style>