Shades of Medium Aquamarine #68DF9B
Tints of Medium Aquamarine #68DF9B
RGB
CMYK
RGB Variations
Color information
#68DF9B (or 0x68DF9B) is known color: Medium Aquamarine. HEX triplet: 68, DF and 9B. RGB value is (104,223,155). Sum of RGB (Red+Green+Blue) = 104+223+155=482 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.58% from 482); Green value is 223 (87.5% from 255 or 46.27% from 482); Blue value is 155 (60.94% from 255 or 32.16% from 482); Max value from RGB is 223 - color contains mainly: green. Hex color #68DF9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DF9B is #972064. Grayscale: #B3B3B3. Windows color (decimal): -9904229 or 10215272. OLE color: 10215272.
HSL color Cylindrical-coordinate representation of color #68DF9B: hue angle of 145.71º 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 #68DF9B is Cyan = 0.53, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 223 | 155 | - |
| CMYK | 0.53 | 0 | 0.30 | 0.13 |
| HSL | 145.71º | 0.65% | 0.64% | - |
| HSV(B) | 145.71º | 0.53% | 0.87% | - |
| XYZ | 38.01 | 58.08 | 40.22 | - |
| YUV | 179.67 | 114.08 | 74.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 223 | 155 | 0.53 | 0 | 0.30 | 0.13 | 145.71 | 0.65 | 0.64 |
| Hex | 68 | DF | 9B | 35 | 0 | 1E | D | 92 | 41 | 40 |
| Octal | 150 | 337 | 233 | 65 | 0 | 36 | 15 | 222 | 101 | 100 |
| Binary | 1101000 | 11011111 | 10011011 | 110101 | 0 | 11110 | 1101 | 10010010 | 1000001 | 1000000 |
Color Harmonies of #68DF9B
Complementary color
Monochromatic Colors of #68DF9B
Black with #68DF9B
Text Example
Text Example
White with #68DF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DF9B; }
p { color: rgb(104,223,155); }
H1.HeaderClassName
{
color: #68DF9B;
}
.AnyTagClassName
{
color: #68DF9B;
}
</style>
background-color css
<style>
a { background-color: #68DF9B; }
a { background-color: rgb(104,223,155); }
div.DivClassName
{
background-color: #68DF9B;
}
.BgClassName
{
background-color: #68DF9B;
}
</style>
border-color css
<style>
span { border-color: #68DF9B; }
span { border-color: rgb(104,223,155); }
td.TdClassName
{
border-color: #68DF9B;
}
.TagClassName
{
border-color: #68DF9B;
}
</style>