Shades of Medium Aquamarine #68DCAA
Tints of Medium Aquamarine #68DCAA
RGB
CMYK
RGB Variations
Color information
#68DCAA (or 0x68DCAA) is known color: Medium Aquamarine. HEX triplet: 68, DC and AA. RGB value is (104,220,170). Sum of RGB (Red+Green+Blue) = 104+220+170=494 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.05% from 494); Green value is 220 (86.33% from 255 or 44.53% from 494); Blue value is 170 (66.80% from 255 or 34.41% from 494); Max value from RGB is 220 - color contains mainly: green. Hex color #68DCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DCAA is #972355. Grayscale: #B3B3B3. Windows color (decimal): -9904982 or 11197544. OLE color: 11197544.
HSL color Cylindrical-coordinate representation of color #68DCAA: hue angle of 154.14º 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 #68DCAA is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 220 | 170 | - |
| CMYK | 0.53 | 0 | 0.23 | 0.14 |
| HSL | 154.14º | 0.62% | 0.64% | - |
| HSV(B) | 154.14º | 0.53% | 0.86% | - |
| XYZ | 38.56 | 57.03 | 47.01 | - |
| YUV | 179.62 | 122.57 | 74.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 220 | 170 | 0.53 | 0 | 0.23 | 0.14 | 154.14 | 0.62 | 0.64 |
| Hex | 68 | DC | AA | 35 | 0 | 17 | E | 9A | 3E | 40 |
| Octal | 150 | 334 | 252 | 65 | 0 | 27 | 16 | 232 | 76 | 100 |
| Binary | 1101000 | 11011100 | 10101010 | 110101 | 0 | 10111 | 1110 | 10011010 | 111110 | 1000000 |
Color Harmonies of #68DCAA
Complementary color
Monochromatic Colors of #68DCAA
Black with #68DCAA
Text Example
Text Example
White with #68DCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DCAA; }
p { color: rgb(104,220,170); }
H1.HeaderClassName
{
color: #68DCAA;
}
.AnyTagClassName
{
color: #68DCAA;
}
</style>
background-color css
<style>
a { background-color: #68DCAA; }
a { background-color: rgb(104,220,170); }
div.DivClassName
{
background-color: #68DCAA;
}
.BgClassName
{
background-color: #68DCAA;
}
</style>
border-color css
<style>
span { border-color: #68DCAA; }
span { border-color: rgb(104,220,170); }
td.TdClassName
{
border-color: #68DCAA;
}
.TagClassName
{
border-color: #68DCAA;
}
</style>