Shades of Medium Aquamarine #68DBAD
Tints of Medium Aquamarine #68DBAD
RGB
CMYK
RGB Variations
Color information
#68DBAD (or 0x68DBAD) is known color: Medium Aquamarine. HEX triplet: 68, DB and AD. RGB value is (104,219,173). Sum of RGB (Red+Green+Blue) = 104+219+173=496 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.97% from 496); Green value is 219 (85.94% from 255 or 44.15% from 496); Blue value is 173 (67.97% from 255 or 34.88% from 496); Max value from RGB is 219 - color contains mainly: green. Hex color #68DBAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DBAD is #972452. Grayscale: #B3B3B3. Windows color (decimal): -9905235 or 11393896. OLE color: 11393896.
HSL color Cylindrical-coordinate representation of color #68DBAD: hue angle of 156º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DBAD is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 219 | 173 | - |
| CMYK | 0.53 | 0 | 0.21 | 0.14 |
| HSL | 156º | 0.61% | 0.63% | - |
| HSV(B) | 156º | 0.53% | 0.86% | - |
| XYZ | 38.58 | 56.62 | 48.43 | - |
| YUV | 179.37 | 124.4 | 74.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 219 | 173 | 0.53 | 0 | 0.21 | 0.14 | 156 | 0.61 | 0.63 |
| Hex | 68 | DB | AD | 35 | 0 | 15 | E | 9C | 3D | 3F |
| Octal | 150 | 333 | 255 | 65 | 0 | 25 | 16 | 234 | 75 | 77 |
| Binary | 1101000 | 11011011 | 10101101 | 110101 | 0 | 10101 | 1110 | 10011100 | 111101 | 111111 |
Color Harmonies of #68DBAD
Complementary color
Monochromatic Colors of #68DBAD
Black with #68DBAD
Text Example
Text Example
White with #68DBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DBAD; }
p { color: rgb(104,219,173); }
H1.HeaderClassName
{
color: #68DBAD;
}
.AnyTagClassName
{
color: #68DBAD;
}
</style>
background-color css
<style>
a { background-color: #68DBAD; }
a { background-color: rgb(104,219,173); }
div.DivClassName
{
background-color: #68DBAD;
}
.BgClassName
{
background-color: #68DBAD;
}
</style>
border-color css
<style>
span { border-color: #68DBAD; }
span { border-color: rgb(104,219,173); }
td.TdClassName
{
border-color: #68DBAD;
}
.TagClassName
{
border-color: #68DBAD;
}
</style>