Shades of Medium Aquamarine #68DCA7
Tints of Medium Aquamarine #68DCA7
RGB
CMYK
RGB Variations
Color information
#68DCA7 (or 0x68DCA7) is known color: Medium Aquamarine. HEX triplet: 68, DC and A7. RGB value is (104,220,167). Sum of RGB (Red+Green+Blue) = 104+220+167=491 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.18% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 167 (65.62% from 255 or 34.01% from 491); Max value from RGB is 220 - color contains mainly: green. Hex color #68DCA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DCA7 is #972358. Grayscale: #B3B3B3. Windows color (decimal): -9904985 or 11000936. OLE color: 11000936.
HSL color Cylindrical-coordinate representation of color #68DCA7: hue angle of 152.59º 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 #68DCA7 is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 220 | 167 | - |
| CMYK | 0.53 | 0 | 0.24 | 0.14 |
| HSL | 152.59º | 0.62% | 0.64% | - |
| HSV(B) | 152.59º | 0.53% | 0.86% | - |
| XYZ | 38.28 | 56.92 | 45.53 | - |
| YUV | 179.27 | 121.07 | 74.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 220 | 167 | 0.53 | 0 | 0.24 | 0.14 | 152.59 | 0.62 | 0.64 |
| Hex | 68 | DC | A7 | 35 | 0 | 18 | E | 99 | 3E | 40 |
| Octal | 150 | 334 | 247 | 65 | 0 | 30 | 16 | 231 | 76 | 100 |
| Binary | 1101000 | 11011100 | 10100111 | 110101 | 0 | 11000 | 1110 | 10011001 | 111110 | 1000000 |
Color Harmonies of #68DCA7
Complementary color
Monochromatic Colors of #68DCA7
Black with #68DCA7
Text Example
Text Example
White with #68DCA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DCA7; }
p { color: rgb(104,220,167); }
H1.HeaderClassName
{
color: #68DCA7;
}
.AnyTagClassName
{
color: #68DCA7;
}
</style>
background-color css
<style>
a { background-color: #68DCA7; }
a { background-color: rgb(104,220,167); }
div.DivClassName
{
background-color: #68DCA7;
}
.BgClassName
{
background-color: #68DCA7;
}
</style>
border-color css
<style>
span { border-color: #68DCA7; }
span { border-color: rgb(104,220,167); }
td.TdClassName
{
border-color: #68DCA7;
}
.TagClassName
{
border-color: #68DCA7;
}
</style>