Shades of Emerald #60B97D
Tints of Emerald #60B97D
RGB
CMYK
RGB Variations
Color information
#60B97D (or 0x60B97D) is known color: Emerald. HEX triplet: 60, B9 and 7D. RGB value is (96,185,125). Sum of RGB (Red+Green+Blue) = 96+185+125=406 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.65% from 406); Green value is 185 (72.66% from 255 or 45.57% from 406); Blue value is 125 (49.22% from 255 or 30.79% from 406); Max value from RGB is 185 - color contains mainly: green. Hex color #60B97D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60B97D is #9F4682. Grayscale: #979797. Windows color (decimal): -10438275 or 8239456. OLE color: 8239456.
HSL color Cylindrical-coordinate representation of color #60B97D: hue angle of 139.55º 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 #60B97D is Cyan = 0.48, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 185 | 125 | - |
| CMYK | 0.48 | 0 | 0.32 | 0.27 |
| HSL | 139.55º | 0.39% | 0.55% | - |
| HSV(B) | 139.55º | 0.48% | 0.73% | - |
| XYZ | 25.87 | 38.67 | 25.5 | - |
| YUV | 151.55 | 113.01 | 88.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 185 | 125 | 0.48 | 0 | 0.32 | 0.27 | 139.55 | 0.39 | 0.55 |
| Hex | 60 | B9 | 7D | 30 | 0 | 20 | 1B | 8C | 27 | 37 |
| Octal | 140 | 271 | 175 | 60 | 0 | 40 | 33 | 214 | 47 | 67 |
| Binary | 1100000 | 10111001 | 1111101 | 110000 | 0 | 100000 | 11011 | 10001100 | 100111 | 110111 |
Color Harmonies of #60B97D
Complementary color
Monochromatic Colors of #60B97D
Black with #60B97D
Text Example
Text Example
White with #60B97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B97D; }
p { color: rgb(96,185,125); }
H1.HeaderClassName
{
color: #60B97D;
}
.AnyTagClassName
{
color: #60B97D;
}
</style>
background-color css
<style>
a { background-color: #60B97D; }
a { background-color: rgb(96,185,125); }
div.DivClassName
{
background-color: #60B97D;
}
.BgClassName
{
background-color: #60B97D;
}
</style>
border-color css
<style>
span { border-color: #60B97D; }
span { border-color: rgb(96,185,125); }
td.TdClassName
{
border-color: #60B97D;
}
.TagClassName
{
border-color: #60B97D;
}
</style>