Shades of Ocean Green #5CB179
Tints of Ocean Green #5CB179
RGB
CMYK
RGB Variations
Color information
#5CB179 (or 0x5CB179) is known color: Ocean Green. HEX triplet: 5C, B1 and 79. RGB value is (92,177,121). Sum of RGB (Red+Green+Blue) = 92+177+121=390 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.59% from 390); Green value is 177 (69.53% from 255 or 45.38% from 390); Blue value is 121 (47.66% from 255 or 31.03% from 390); Max value from RGB is 177 - color contains mainly: green. Hex color #5CB179 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CB179 is #A34E86. Grayscale: #919191. Windows color (decimal): -10702471 or 7975260. OLE color: 7975260.
HSL color Cylindrical-coordinate representation of color #5CB179: hue angle of 140.47º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5CB179 is Cyan = 0.48, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 92 | 177 | 121 | - |
| CMYK | 0.48 | 0 | 0.32 | 0.31 |
| HSL | 140.47º | 0.35% | 0.53% | - |
| HSV(B) | 140.47º | 0.48% | 0.69% | - |
| XYZ | 23.59 | 35.1 | 23.62 | - |
| YUV | 145.2 | 114.34 | 90.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 177 | 121 | 0.48 | 0 | 0.32 | 0.31 | 140.47 | 0.35 | 0.53 |
| Hex | 5C | B1 | 79 | 30 | 0 | 20 | 1F | 8C | 23 | 35 |
| Octal | 134 | 261 | 171 | 60 | 0 | 40 | 37 | 214 | 43 | 65 |
| Binary | 1011100 | 10110001 | 1111001 | 110000 | 0 | 100000 | 11111 | 10001100 | 100011 | 110101 |
Color Harmonies of #5CB179
Complementary color
Monochromatic Colors of #5CB179
Black with #5CB179
Text Example
Text Example
White with #5CB179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB179; }
p { color: rgb(92,177,121); }
H1.HeaderClassName
{
color: #5CB179;
}
.AnyTagClassName
{
color: #5CB179;
}
</style>
background-color css
<style>
a { background-color: #5CB179; }
a { background-color: rgb(92,177,121); }
div.DivClassName
{
background-color: #5CB179;
}
.BgClassName
{
background-color: #5CB179;
}
</style>
border-color css
<style>
span { border-color: #5CB179; }
span { border-color: rgb(92,177,121); }
td.TdClassName
{
border-color: #5CB179;
}
.TagClassName
{
border-color: #5CB179;
}
</style>