Shades of Medium Aquamarine #68DCA8
Tints of Medium Aquamarine #68DCA8
RGB
CMYK
RGB Variations
Color information
#68DCA8 (or 0x68DCA8) is known color: Medium Aquamarine. HEX triplet: 68, DC and A8. RGB value is (104,220,168). Sum of RGB (Red+Green+Blue) = 104+220+168=492 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.14% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 168 (66.02% from 255 or 34.15% from 492); Max value from RGB is 220 - color contains mainly: green. Hex color #68DCA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DCA8 is #972357. Grayscale: #B3B3B3. Windows color (decimal): -9904984 or 11066472. OLE color: 11066472.
HSL color Cylindrical-coordinate representation of color #68DCA8: hue angle of 153.1º 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 #68DCA8 is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 220 | 168 | - |
| CMYK | 0.53 | 0 | 0.24 | 0.14 |
| HSL | 153.1º | 0.62% | 0.64% | - |
| HSV(B) | 153.1º | 0.53% | 0.86% | - |
| XYZ | 38.37 | 56.96 | 46.02 | - |
| YUV | 179.39 | 121.57 | 74.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 220 | 168 | 0.53 | 0 | 0.24 | 0.14 | 153.1 | 0.62 | 0.64 |
| Hex | 68 | DC | A8 | 35 | 0 | 18 | E | 99 | 3E | 40 |
| Octal | 150 | 334 | 250 | 65 | 0 | 30 | 16 | 231 | 76 | 100 |
| Binary | 1101000 | 11011100 | 10101000 | 110101 | 0 | 11000 | 1110 | 10011001 | 111110 | 1000000 |
Color Harmonies of #68DCA8
Complementary color
Monochromatic Colors of #68DCA8
Black with #68DCA8
Text Example
Text Example
White with #68DCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DCA8; }
p { color: rgb(104,220,168); }
H1.HeaderClassName
{
color: #68DCA8;
}
.AnyTagClassName
{
color: #68DCA8;
}
</style>
background-color css
<style>
a { background-color: #68DCA8; }
a { background-color: rgb(104,220,168); }
div.DivClassName
{
background-color: #68DCA8;
}
.BgClassName
{
background-color: #68DCA8;
}
</style>
border-color css
<style>
span { border-color: #68DCA8; }
span { border-color: rgb(104,220,168); }
td.TdClassName
{
border-color: #68DCA8;
}
.TagClassName
{
border-color: #68DCA8;
}
</style>