Shades of Medium Aquamarine #68DDAA
Tints of Medium Aquamarine #68DDAA
RGB
CMYK
RGB Variations
Color information
#68DDAA (or 0x68DDAA) is known color: Medium Aquamarine. HEX triplet: 68, DD and AA. RGB value is (104,221,170). Sum of RGB (Red+Green+Blue) = 104+221+170=495 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.01% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 221 - color contains mainly: green. Hex color #68DDAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DDAA is #972255. Grayscale: #B4B4B4. Windows color (decimal): -9904726 or 11197800. OLE color: 11197800.
HSL color Cylindrical-coordinate representation of color #68DDAA: hue angle of 153.85º 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 #68DDAA is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 221 | 170 | - |
| CMYK | 0.53 | 0 | 0.23 | 0.13 |
| HSL | 153.85º | 0.63% | 0.64% | - |
| HSV(B) | 153.85º | 0.53% | 0.87% | - |
| XYZ | 38.82 | 57.56 | 47.09 | - |
| YUV | 180.2 | 122.24 | 73.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 221 | 170 | 0.53 | 0 | 0.23 | 0.13 | 153.85 | 0.63 | 0.64 |
| Hex | 68 | DD | AA | 35 | 0 | 17 | D | 9A | 3F | 40 |
| Octal | 150 | 335 | 252 | 65 | 0 | 27 | 15 | 232 | 77 | 100 |
| Binary | 1101000 | 11011101 | 10101010 | 110101 | 0 | 10111 | 1101 | 10011010 | 111111 | 1000000 |
Color Harmonies of #68DDAA
Complementary color
Monochromatic Colors of #68DDAA
Black with #68DDAA
Text Example
Text Example
White with #68DDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DDAA; }
p { color: rgb(104,221,170); }
H1.HeaderClassName
{
color: #68DDAA;
}
.AnyTagClassName
{
color: #68DDAA;
}
</style>
background-color css
<style>
a { background-color: #68DDAA; }
a { background-color: rgb(104,221,170); }
div.DivClassName
{
background-color: #68DDAA;
}
.BgClassName
{
background-color: #68DDAA;
}
</style>
border-color css
<style>
span { border-color: #68DDAA; }
span { border-color: rgb(104,221,170); }
td.TdClassName
{
border-color: #68DDAA;
}
.TagClassName
{
border-color: #68DDAA;
}
</style>