Shades of Medium Aquamarine #68DF9E
Tints of Medium Aquamarine #68DF9E
RGB
CMYK
RGB Variations
Color information
#68DF9E (or 0x68DF9E) is known color: Medium Aquamarine. HEX triplet: 68, DF and 9E. RGB value is (104,223,158). Sum of RGB (Red+Green+Blue) = 104+223+158=485 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.44% from 485); Green value is 223 (87.5% from 255 or 45.98% from 485); Blue value is 158 (62.11% from 255 or 32.58% from 485); Max value from RGB is 223 - color contains mainly: green. Hex color #68DF9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DF9E is #972061. Grayscale: #B4B4B4. Windows color (decimal): -9904226 or 10411880. OLE color: 10411880.
HSL color Cylindrical-coordinate representation of color #68DF9E: hue angle of 147.23º 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 #68DF9E is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 223 | 158 | - |
| CMYK | 0.53 | 0 | 0.29 | 0.13 |
| HSL | 147.23º | 0.65% | 0.64% | - |
| HSV(B) | 147.23º | 0.53% | 0.87% | - |
| XYZ | 38.27 | 58.19 | 41.56 | - |
| YUV | 180.01 | 115.58 | 73.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 223 | 158 | 0.53 | 0 | 0.29 | 0.13 | 147.23 | 0.65 | 0.64 |
| Hex | 68 | DF | 9E | 35 | 0 | 1D | D | 93 | 41 | 40 |
| Octal | 150 | 337 | 236 | 65 | 0 | 35 | 15 | 223 | 101 | 100 |
| Binary | 1101000 | 11011111 | 10011110 | 110101 | 0 | 11101 | 1101 | 10010011 | 1000001 | 1000000 |
Color Harmonies of #68DF9E
Complementary color
Monochromatic Colors of #68DF9E
Black with #68DF9E
Text Example
Text Example
White with #68DF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DF9E; }
p { color: rgb(104,223,158); }
H1.HeaderClassName
{
color: #68DF9E;
}
.AnyTagClassName
{
color: #68DF9E;
}
</style>
background-color css
<style>
a { background-color: #68DF9E; }
a { background-color: rgb(104,223,158); }
div.DivClassName
{
background-color: #68DF9E;
}
.BgClassName
{
background-color: #68DF9E;
}
</style>
border-color css
<style>
span { border-color: #68DF9E; }
span { border-color: rgb(104,223,158); }
td.TdClassName
{
border-color: #68DF9E;
}
.TagClassName
{
border-color: #68DF9E;
}
</style>