Shades of Medium Aquamarine #68DDA3
Tints of Medium Aquamarine #68DDA3
RGB
CMYK
RGB Variations
Color information
#68DDA3 (or 0x68DDA3) is known color: Medium Aquamarine. HEX triplet: 68, DD and A3. RGB value is (104,221,163). Sum of RGB (Red+Green+Blue) = 104+221+163=488 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.31% from 488); Green value is 221 (86.72% from 255 or 45.29% from 488); Blue value is 163 (64.06% from 255 or 33.40% from 488); Max value from RGB is 221 - color contains mainly: green. Hex color #68DDA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DDA3 is #97225C. Grayscale: #B3B3B3. Windows color (decimal): -9904733 or 10739048. OLE color: 10739048.
HSL color Cylindrical-coordinate representation of color #68DDA3: hue angle of 150.26º 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 #68DDA3 is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 221 | 163 | - |
| CMYK | 0.53 | 0 | 0.26 | 0.13 |
| HSL | 150.26º | 0.63% | 0.64% | - |
| HSV(B) | 150.26º | 0.53% | 0.87% | - |
| XYZ | 38.18 | 57.3 | 43.7 | - |
| YUV | 179.41 | 118.74 | 74.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 221 | 163 | 0.53 | 0 | 0.26 | 0.13 | 150.26 | 0.63 | 0.64 |
| Hex | 68 | DD | A3 | 35 | 0 | 1A | D | 96 | 3F | 40 |
| Octal | 150 | 335 | 243 | 65 | 0 | 32 | 15 | 226 | 77 | 100 |
| Binary | 1101000 | 11011101 | 10100011 | 110101 | 0 | 11010 | 1101 | 10010110 | 111111 | 1000000 |
Color Harmonies of #68DDA3
Complementary color
Monochromatic Colors of #68DDA3
Black with #68DDA3
Text Example
Text Example
White with #68DDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DDA3; }
p { color: rgb(104,221,163); }
H1.HeaderClassName
{
color: #68DDA3;
}
.AnyTagClassName
{
color: #68DDA3;
}
</style>
background-color css
<style>
a { background-color: #68DDA3; }
a { background-color: rgb(104,221,163); }
div.DivClassName
{
background-color: #68DDA3;
}
.BgClassName
{
background-color: #68DDA3;
}
</style>
border-color css
<style>
span { border-color: #68DDA3; }
span { border-color: rgb(104,221,163); }
td.TdClassName
{
border-color: #68DDA3;
}
.TagClassName
{
border-color: #68DDA3;
}
</style>