Shades of Medium Aquamarine #68DA9B
Tints of Medium Aquamarine #68DA9B
RGB
CMYK
RGB Variations
Color information
#68DA9B (or 0x68DA9B) is known color: Medium Aquamarine. HEX triplet: 68, DA and 9B. RGB value is (104,218,155). Sum of RGB (Red+Green+Blue) = 104+218+155=477 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.80% from 477); Green value is 218 (85.55% from 255 or 45.70% from 477); Blue value is 155 (60.94% from 255 or 32.49% from 477); Max value from RGB is 218 - color contains mainly: green. Hex color #68DA9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DA9B is #972564. Grayscale: #B0B0B0. Windows color (decimal): -9905509 or 10213992. OLE color: 10213992.
HSL color Cylindrical-coordinate representation of color #68DA9B: hue angle of 146.84º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68DA9B is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 218 | 155 | - |
| CMYK | 0.52 | 0 | 0.29 | 0.15 |
| HSL | 146.84º | 0.61% | 0.63% | - |
| HSV(B) | 146.84º | 0.52% | 0.85% | - |
| XYZ | 36.7 | 55.45 | 39.78 | - |
| YUV | 176.73 | 115.73 | 76.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 218 | 155 | 0.52 | 0 | 0.29 | 0.15 | 146.84 | 0.61 | 0.63 |
| Hex | 68 | DA | 9B | 34 | 0 | 1D | F | 93 | 3D | 3F |
| Octal | 150 | 332 | 233 | 64 | 0 | 35 | 17 | 223 | 75 | 77 |
| Binary | 1101000 | 11011010 | 10011011 | 110100 | 0 | 11101 | 1111 | 10010011 | 111101 | 111111 |
Color Harmonies of #68DA9B
Complementary color
Monochromatic Colors of #68DA9B
Black with #68DA9B
Text Example
Text Example
White with #68DA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DA9B; }
p { color: rgb(104,218,155); }
H1.HeaderClassName
{
color: #68DA9B;
}
.AnyTagClassName
{
color: #68DA9B;
}
</style>
background-color css
<style>
a { background-color: #68DA9B; }
a { background-color: rgb(104,218,155); }
div.DivClassName
{
background-color: #68DA9B;
}
.BgClassName
{
background-color: #68DA9B;
}
</style>
border-color css
<style>
span { border-color: #68DA9B; }
span { border-color: rgb(104,218,155); }
td.TdClassName
{
border-color: #68DA9B;
}
.TagClassName
{
border-color: #68DA9B;
}
</style>