Shades of Medium Aquamarine #68DDA2
Tints of Medium Aquamarine #68DDA2
RGB
CMYK
RGB Variations
Color information
#68DDA2 (or 0x68DDA2) is known color: Medium Aquamarine. HEX triplet: 68, DD and A2. RGB value is (104,221,162). Sum of RGB (Red+Green+Blue) = 104+221+162=487 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.36% from 487); Green value is 221 (86.72% from 255 or 45.38% from 487); Blue value is 162 (63.67% from 255 or 33.26% from 487); Max value from RGB is 221 - color contains mainly: green. Hex color #68DDA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DDA2 is #97225D. Grayscale: #B3B3B3. Windows color (decimal): -9904734 or 10673512. OLE color: 10673512.
HSL color Cylindrical-coordinate representation of color #68DDA2: hue angle of 149.74º 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 #68DDA2 is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 221 | 162 | - |
| CMYK | 0.53 | 0 | 0.27 | 0.13 |
| HSL | 149.74º | 0.63% | 0.64% | - |
| HSV(B) | 149.74º | 0.53% | 0.87% | - |
| XYZ | 38.09 | 57.26 | 43.23 | - |
| YUV | 179.29 | 118.24 | 74.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 221 | 162 | 0.53 | 0 | 0.27 | 0.13 | 149.74 | 0.63 | 0.64 |
| Hex | 68 | DD | A2 | 35 | 0 | 1B | D | 96 | 3F | 40 |
| Octal | 150 | 335 | 242 | 65 | 0 | 33 | 15 | 226 | 77 | 100 |
| Binary | 1101000 | 11011101 | 10100010 | 110101 | 0 | 11011 | 1101 | 10010110 | 111111 | 1000000 |
Color Harmonies of #68DDA2
Complementary color
Monochromatic Colors of #68DDA2
Black with #68DDA2
Text Example
Text Example
White with #68DDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DDA2; }
p { color: rgb(104,221,162); }
H1.HeaderClassName
{
color: #68DDA2;
}
.AnyTagClassName
{
color: #68DDA2;
}
</style>
background-color css
<style>
a { background-color: #68DDA2; }
a { background-color: rgb(104,221,162); }
div.DivClassName
{
background-color: #68DDA2;
}
.BgClassName
{
background-color: #68DDA2;
}
</style>
border-color css
<style>
span { border-color: #68DDA2; }
span { border-color: rgb(104,221,162); }
td.TdClassName
{
border-color: #68DDA2;
}
.TagClassName
{
border-color: #68DDA2;
}
</style>