Shades of Medium Aquamarine #68DB9B
Tints of Medium Aquamarine #68DB9B
RGB
CMYK
RGB Variations
Color information
#68DB9B (or 0x68DB9B) is known color: Medium Aquamarine. HEX triplet: 68, DB and 9B. RGB value is (104,219,155). Sum of RGB (Red+Green+Blue) = 104+219+155=478 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.76% from 478); Green value is 219 (85.94% from 255 or 45.82% from 478); Blue value is 155 (60.94% from 255 or 32.43% from 478); Max value from RGB is 219 - color contains mainly: green. Hex color #68DB9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DB9B is #972464. Grayscale: #B1B1B1. Windows color (decimal): -9905253 or 10214248. OLE color: 10214248.
HSL color Cylindrical-coordinate representation of color #68DB9B: hue angle of 146.61º 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 #68DB9B is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 219 | 155 | - |
| CMYK | 0.53 | 0 | 0.29 | 0.14 |
| HSL | 146.61º | 0.61% | 0.63% | - |
| HSV(B) | 146.61º | 0.53% | 0.86% | - |
| XYZ | 36.96 | 55.97 | 39.87 | - |
| YUV | 177.32 | 115.4 | 75.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 219 | 155 | 0.53 | 0 | 0.29 | 0.14 | 146.61 | 0.61 | 0.63 |
| Hex | 68 | DB | 9B | 35 | 0 | 1D | E | 93 | 3D | 3F |
| Octal | 150 | 333 | 233 | 65 | 0 | 35 | 16 | 223 | 75 | 77 |
| Binary | 1101000 | 11011011 | 10011011 | 110101 | 0 | 11101 | 1110 | 10010011 | 111101 | 111111 |
Color Harmonies of #68DB9B
Complementary color
Monochromatic Colors of #68DB9B
Black with #68DB9B
Text Example
Text Example
White with #68DB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DB9B; }
p { color: rgb(104,219,155); }
H1.HeaderClassName
{
color: #68DB9B;
}
.AnyTagClassName
{
color: #68DB9B;
}
</style>
background-color css
<style>
a { background-color: #68DB9B; }
a { background-color: rgb(104,219,155); }
div.DivClassName
{
background-color: #68DB9B;
}
.BgClassName
{
background-color: #68DB9B;
}
</style>
border-color css
<style>
span { border-color: #68DB9B; }
span { border-color: rgb(104,219,155); }
td.TdClassName
{
border-color: #68DB9B;
}
.TagClassName
{
border-color: #68DB9B;
}
</style>