Shades of Medium Aquamarine #68DCAD
Tints of Medium Aquamarine #68DCAD
RGB
CMYK
RGB Variations
Color information
#68DCAD (or 0x68DCAD) is known color: Medium Aquamarine. HEX triplet: 68, DC and AD. RGB value is (104,220,173). Sum of RGB (Red+Green+Blue) = 104+220+173=497 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.93% from 497); Green value is 220 (86.33% from 255 or 44.27% from 497); Blue value is 173 (67.97% from 255 or 34.81% from 497); Max value from RGB is 220 - color contains mainly: green. Hex color #68DCAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DCAD is #972352. Grayscale: #B4B4B4. Windows color (decimal): -9904979 or 11394152. OLE color: 11394152.
HSL color Cylindrical-coordinate representation of color #68DCAD: hue angle of 155.69º 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 #68DCAD is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 220 | 173 | - |
| CMYK | 0.53 | 0 | 0.21 | 0.14 |
| HSL | 155.69º | 0.62% | 0.64% | - |
| HSV(B) | 155.69º | 0.53% | 0.86% | - |
| XYZ | 38.84 | 57.15 | 48.52 | - |
| YUV | 179.96 | 124.07 | 73.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 220 | 173 | 0.53 | 0 | 0.21 | 0.14 | 155.69 | 0.62 | 0.64 |
| Hex | 68 | DC | AD | 35 | 0 | 15 | E | 9C | 3E | 40 |
| Octal | 150 | 334 | 255 | 65 | 0 | 25 | 16 | 234 | 76 | 100 |
| Binary | 1101000 | 11011100 | 10101101 | 110101 | 0 | 10101 | 1110 | 10011100 | 111110 | 1000000 |
Color Harmonies of #68DCAD
Complementary color
Monochromatic Colors of #68DCAD
Black with #68DCAD
Text Example
Text Example
White with #68DCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DCAD; }
p { color: rgb(104,220,173); }
H1.HeaderClassName
{
color: #68DCAD;
}
.AnyTagClassName
{
color: #68DCAD;
}
</style>
background-color css
<style>
a { background-color: #68DCAD; }
a { background-color: rgb(104,220,173); }
div.DivClassName
{
background-color: #68DCAD;
}
.BgClassName
{
background-color: #68DCAD;
}
</style>
border-color css
<style>
span { border-color: #68DCAD; }
span { border-color: rgb(104,220,173); }
td.TdClassName
{
border-color: #68DCAD;
}
.TagClassName
{
border-color: #68DCAD;
}
</style>