Shades of Medium Aquamarine #68DCA1
Tints of Medium Aquamarine #68DCA1
RGB
CMYK
RGB Variations
Color information
#68DCA1 (or 0x68DCA1) is known color: Medium Aquamarine. HEX triplet: 68, DC and A1. RGB value is (104,220,161). Sum of RGB (Red+Green+Blue) = 104+220+161=485 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.44% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 161 (63.28% from 255 or 33.20% from 485); Max value from RGB is 220 - color contains mainly: green. Hex color #68DCA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DCA1 is #97235E. Grayscale: #B2B2B2. Windows color (decimal): -9904991 or 10607720. OLE color: 10607720.
HSL color Cylindrical-coordinate representation of color #68DCA1: hue angle of 149.48º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DCA1 is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 220 | 161 | - |
| CMYK | 0.53 | 0 | 0.27 | 0.14 |
| HSL | 149.48º | 0.62% | 0.64% | - |
| HSV(B) | 149.48º | 0.53% | 0.86% | - |
| XYZ | 37.74 | 56.7 | 42.67 | - |
| YUV | 178.59 | 118.07 | 74.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 220 | 161 | 0.53 | 0 | 0.27 | 0.14 | 149.48 | 0.62 | 0.64 |
| Hex | 68 | DC | A1 | 35 | 0 | 1B | E | 95 | 3E | 40 |
| Octal | 150 | 334 | 241 | 65 | 0 | 33 | 16 | 225 | 76 | 100 |
| Binary | 1101000 | 11011100 | 10100001 | 110101 | 0 | 11011 | 1110 | 10010101 | 111110 | 1000000 |
Color Harmonies of #68DCA1
Complementary color
Monochromatic Colors of #68DCA1
Black with #68DCA1
Text Example
Text Example
White with #68DCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DCA1; }
p { color: rgb(104,220,161); }
H1.HeaderClassName
{
color: #68DCA1;
}
.AnyTagClassName
{
color: #68DCA1;
}
</style>
background-color css
<style>
a { background-color: #68DCA1; }
a { background-color: rgb(104,220,161); }
div.DivClassName
{
background-color: #68DCA1;
}
.BgClassName
{
background-color: #68DCA1;
}
</style>
border-color css
<style>
span { border-color: #68DCA1; }
span { border-color: rgb(104,220,161); }
td.TdClassName
{
border-color: #68DCA1;
}
.TagClassName
{
border-color: #68DCA1;
}
</style>