Shades of Ocean Green #5CB17C
Tints of Ocean Green #5CB17C
RGB
CMYK
RGB Variations
Color information
#5CB17C (or 0x5CB17C) is known color: Ocean Green. HEX triplet: 5C, B1 and 7C. RGB value is (92,177,124). Sum of RGB (Red+Green+Blue) = 92+177+124=393 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.41% from 393); Green value is 177 (69.53% from 255 or 45.04% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 177 - color contains mainly: green. Hex color #5CB17C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CB17C is #A34E83. Grayscale: #919191. Windows color (decimal): -10702468 or 8171868. OLE color: 8171868.
HSL color Cylindrical-coordinate representation of color #5CB17C: hue angle of 142.59º 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 #5CB17C is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 92 | 177 | 124 | - |
| CMYK | 0.48 | 0 | 0.30 | 0.31 |
| HSL | 142.59º | 0.35% | 0.53% | - |
| HSV(B) | 142.59º | 0.48% | 0.69% | - |
| XYZ | 23.77 | 35.17 | 24.61 | - |
| YUV | 145.54 | 115.84 | 89.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 177 | 124 | 0.48 | 0 | 0.30 | 0.31 | 142.59 | 0.35 | 0.53 |
| Hex | 5C | B1 | 7C | 30 | 0 | 1E | 1F | 8F | 23 | 35 |
| Octal | 134 | 261 | 174 | 60 | 0 | 36 | 37 | 217 | 43 | 65 |
| Binary | 1011100 | 10110001 | 1111100 | 110000 | 0 | 11110 | 11111 | 10001111 | 100011 | 110101 |
Color Harmonies of #5CB17C
Complementary color
Monochromatic Colors of #5CB17C
Black with #5CB17C
Text Example
Text Example
White with #5CB17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB17C; }
p { color: rgb(92,177,124); }
H1.HeaderClassName
{
color: #5CB17C;
}
.AnyTagClassName
{
color: #5CB17C;
}
</style>
background-color css
<style>
a { background-color: #5CB17C; }
a { background-color: rgb(92,177,124); }
div.DivClassName
{
background-color: #5CB17C;
}
.BgClassName
{
background-color: #5CB17C;
}
</style>
border-color css
<style>
span { border-color: #5CB17C; }
span { border-color: rgb(92,177,124); }
td.TdClassName
{
border-color: #5CB17C;
}
.TagClassName
{
border-color: #5CB17C;
}
</style>