Shades of Ocean Green #60B17C
Tints of Ocean Green #60B17C
RGB
CMYK
RGB Variations
Color information
#60B17C (or 0x60B17C) is known color: Ocean Green. HEX triplet: 60, B1 and 7C. RGB value is (96,177,124). Sum of RGB (Red+Green+Blue) = 96+177+124=397 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.18% from 397); Green value is 177 (69.53% from 255 or 44.58% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 177 - color contains mainly: green. Hex color #60B17C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60B17C is #9F4E83. Grayscale: #929292. Windows color (decimal): -10440324 or 8171872. OLE color: 8171872.
HSL color Cylindrical-coordinate representation of color #60B17C: hue angle of 140.74º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #60B17C is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 96 | 177 | 124 | - |
| CMYK | 0.46 | 0 | 0.30 | 0.31 |
| HSL | 140.74º | 0.34% | 0.54% | - |
| HSV(B) | 140.74º | 0.46% | 0.69% | - |
| XYZ | 24.18 | 35.39 | 24.62 | - |
| YUV | 146.74 | 115.16 | 91.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 177 | 124 | 0.46 | 0 | 0.30 | 0.31 | 140.74 | 0.34 | 0.54 |
| Hex | 60 | B1 | 7C | 2E | 0 | 1E | 1F | 8D | 22 | 36 |
| Octal | 140 | 261 | 174 | 56 | 0 | 36 | 37 | 215 | 42 | 66 |
| Binary | 1100000 | 10110001 | 1111100 | 101110 | 0 | 11110 | 11111 | 10001101 | 100010 | 110110 |
Color Harmonies of #60B17C
Complementary color
Monochromatic Colors of #60B17C
Black with #60B17C
Text Example
Text Example
White with #60B17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B17C; }
p { color: rgb(96,177,124); }
H1.HeaderClassName
{
color: #60B17C;
}
.AnyTagClassName
{
color: #60B17C;
}
</style>
background-color css
<style>
a { background-color: #60B17C; }
a { background-color: rgb(96,177,124); }
div.DivClassName
{
background-color: #60B17C;
}
.BgClassName
{
background-color: #60B17C;
}
</style>
border-color css
<style>
span { border-color: #60B17C; }
span { border-color: rgb(96,177,124); }
td.TdClassName
{
border-color: #60B17C;
}
.TagClassName
{
border-color: #60B17C;
}
</style>