Shades of Emerald #60BA7B
Tints of Emerald #60BA7B
RGB
CMYK
RGB Variations
Color information
#60BA7B (or 0x60BA7B) is known color: Emerald. HEX triplet: 60, BA and 7B. RGB value is (96,186,123). Sum of RGB (Red+Green+Blue) = 96+186+123=405 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.70% from 405); Green value is 186 (73.05% from 255 or 45.93% from 405); Blue value is 123 (48.44% from 255 or 30.37% from 405); Max value from RGB is 186 - color contains mainly: green. Hex color #60BA7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60BA7B is #9F4584. Grayscale: #989898. Windows color (decimal): -10438021 or 8108640. OLE color: 8108640.
HSL color Cylindrical-coordinate representation of color #60BA7B: hue angle of 138º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #60BA7B is Cyan = 0.48, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 186 | 123 | - |
| CMYK | 0.48 | 0 | 0.34 | 0.27 |
| HSL | 138º | 0.39% | 0.55% | - |
| HSV(B) | 138º | 0.48% | 0.73% | - |
| XYZ | 25.96 | 39.03 | 24.91 | - |
| YUV | 151.91 | 111.68 | 88.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 186 | 123 | 0.48 | 0 | 0.34 | 0.27 | 138 | 0.39 | 0.55 |
| Hex | 60 | BA | 7B | 30 | 0 | 22 | 1B | 8A | 27 | 37 |
| Octal | 140 | 272 | 173 | 60 | 0 | 42 | 33 | 212 | 47 | 67 |
| Binary | 1100000 | 10111010 | 1111011 | 110000 | 0 | 100010 | 11011 | 10001010 | 100111 | 110111 |
Color Harmonies of #60BA7B
Complementary color
Monochromatic Colors of #60BA7B
Black with #60BA7B
Text Example
Text Example
White with #60BA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BA7B; }
p { color: rgb(96,186,123); }
H1.HeaderClassName
{
color: #60BA7B;
}
.AnyTagClassName
{
color: #60BA7B;
}
</style>
background-color css
<style>
a { background-color: #60BA7B; }
a { background-color: rgb(96,186,123); }
div.DivClassName
{
background-color: #60BA7B;
}
.BgClassName
{
background-color: #60BA7B;
}
</style>
border-color css
<style>
span { border-color: #60BA7B; }
span { border-color: rgb(96,186,123); }
td.TdClassName
{
border-color: #60BA7B;
}
.TagClassName
{
border-color: #60BA7B;
}
</style>