Shades of Medium Aquamarine #68DFAD
Tints of Medium Aquamarine #68DFAD
RGB
CMYK
RGB Variations
Color information
#68DFAD (or 0x68DFAD) is known color: Medium Aquamarine. HEX triplet: 68, DF and AD. RGB value is (104,223,173). Sum of RGB (Red+Green+Blue) = 104+223+173=500 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.8% from 500); Green value is 223 (87.5% from 255 or 44.6% from 500); Blue value is 173 (67.97% from 255 or 34.6% from 500); Max value from RGB is 223 - color contains mainly: green. Hex color #68DFAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DFAD is #972052. Grayscale: #B5B5B5. Windows color (decimal): -9904211 or 11394920. OLE color: 11394920.
HSL color Cylindrical-coordinate representation of color #68DFAD: hue angle of 154.79º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DFAD is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 223 | 173 | - |
| CMYK | 0.53 | 0 | 0.22 | 0.13 |
| HSL | 154.79º | 0.65% | 0.64% | - |
| HSV(B) | 154.79º | 0.53% | 0.87% | - |
| XYZ | 39.64 | 58.74 | 48.78 | - |
| YUV | 181.72 | 123.08 | 72.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 223 | 173 | 0.53 | 0 | 0.22 | 0.13 | 154.79 | 0.65 | 0.64 |
| Hex | 68 | DF | AD | 35 | 0 | 16 | D | 9B | 41 | 40 |
| Octal | 150 | 337 | 255 | 65 | 0 | 26 | 15 | 233 | 101 | 100 |
| Binary | 1101000 | 11011111 | 10101101 | 110101 | 0 | 10110 | 1101 | 10011011 | 1000001 | 1000000 |
Color Harmonies of #68DFAD
Complementary color
Monochromatic Colors of #68DFAD
Black with #68DFAD
Text Example
Text Example
White with #68DFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DFAD; }
p { color: rgb(104,223,173); }
H1.HeaderClassName
{
color: #68DFAD;
}
.AnyTagClassName
{
color: #68DFAD;
}
</style>
background-color css
<style>
a { background-color: #68DFAD; }
a { background-color: rgb(104,223,173); }
div.DivClassName
{
background-color: #68DFAD;
}
.BgClassName
{
background-color: #68DFAD;
}
</style>
border-color css
<style>
span { border-color: #68DFAD; }
span { border-color: rgb(104,223,173); }
td.TdClassName
{
border-color: #68DFAD;
}
.TagClassName
{
border-color: #68DFAD;
}
</style>