Shades of Emerald #60BC7E
Tints of Emerald #60BC7E
RGB
CMYK
RGB Variations
Color information
#60BC7E (or 0x60BC7E) is known color: Emerald. HEX triplet: 60, BC and 7E. RGB value is (96,188,126). Sum of RGB (Red+Green+Blue) = 96+188+126=410 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.41% from 410); Green value is 188 (73.83% from 255 or 45.85% from 410); Blue value is 126 (49.61% from 255 or 30.73% from 410); Max value from RGB is 188 - color contains mainly: green. Hex color #60BC7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60BC7E is #9F4381. Grayscale: #999999. Windows color (decimal): -10437506 or 8305760. OLE color: 8305760.
HSL color Cylindrical-coordinate representation of color #60BC7E: hue angle of 139.57º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60BC7E is Cyan = 0.49, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 96 | 188 | 126 | - |
| CMYK | 0.49 | 0 | 0.33 | 0.26 |
| HSL | 139.57º | 0.41% | 0.56% | - |
| HSV(B) | 139.57º | 0.49% | 0.74% | - |
| XYZ | 26.57 | 39.96 | 26.05 | - |
| YUV | 153.42 | 112.52 | 87.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 188 | 126 | 0.49 | 0 | 0.33 | 0.26 | 139.57 | 0.41 | 0.56 |
| Hex | 60 | BC | 7E | 31 | 0 | 21 | 1A | 8C | 29 | 38 |
| Octal | 140 | 274 | 176 | 61 | 0 | 41 | 32 | 214 | 51 | 70 |
| Binary | 1100000 | 10111100 | 1111110 | 110001 | 0 | 100001 | 11010 | 10001100 | 101001 | 111000 |
Color Harmonies of #60BC7E
Complementary color
Monochromatic Colors of #60BC7E
Black with #60BC7E
Text Example
Text Example
White with #60BC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BC7E; }
p { color: rgb(96,188,126); }
H1.HeaderClassName
{
color: #60BC7E;
}
.AnyTagClassName
{
color: #60BC7E;
}
</style>
background-color css
<style>
a { background-color: #60BC7E; }
a { background-color: rgb(96,188,126); }
div.DivClassName
{
background-color: #60BC7E;
}
.BgClassName
{
background-color: #60BC7E;
}
</style>
border-color css
<style>
span { border-color: #60BC7E; }
span { border-color: rgb(96,188,126); }
td.TdClassName
{
border-color: #60BC7E;
}
.TagClassName
{
border-color: #60BC7E;
}
</style>