Shades of Ocean Green #5CB17A
Tints of Ocean Green #5CB17A
RGB
CMYK
RGB Variations
Color information
#5CB17A (or 0x5CB17A) is known color: Ocean Green. HEX triplet: 5C, B1 and 7A. RGB value is (92,177,122). Sum of RGB (Red+Green+Blue) = 92+177+122=391 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.53% from 391); Green value is 177 (69.53% from 255 or 45.27% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 177 - color contains mainly: green. Hex color #5CB17A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CB17A is #A34E85. Grayscale: #919191. Windows color (decimal): -10702470 or 8040796. OLE color: 8040796.
HSL color Cylindrical-coordinate representation of color #5CB17A: hue angle of 141.18º 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 #5CB17A is Cyan = 0.48, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 92 | 177 | 122 | - |
| CMYK | 0.48 | 0 | 0.31 | 0.31 |
| HSL | 141.18º | 0.35% | 0.53% | - |
| HSV(B) | 141.18º | 0.48% | 0.69% | - |
| XYZ | 23.65 | 35.12 | 23.95 | - |
| YUV | 145.32 | 114.84 | 89.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 177 | 122 | 0.48 | 0 | 0.31 | 0.31 | 141.18 | 0.35 | 0.53 |
| Hex | 5C | B1 | 7A | 30 | 0 | 1F | 1F | 8D | 23 | 35 |
| Octal | 134 | 261 | 172 | 60 | 0 | 37 | 37 | 215 | 43 | 65 |
| Binary | 1011100 | 10110001 | 1111010 | 110000 | 0 | 11111 | 11111 | 10001101 | 100011 | 110101 |
Color Harmonies of #5CB17A
Complementary color
Monochromatic Colors of #5CB17A
Black with #5CB17A
Text Example
Text Example
White with #5CB17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB17A; }
p { color: rgb(92,177,122); }
H1.HeaderClassName
{
color: #5CB17A;
}
.AnyTagClassName
{
color: #5CB17A;
}
</style>
background-color css
<style>
a { background-color: #5CB17A; }
a { background-color: rgb(92,177,122); }
div.DivClassName
{
background-color: #5CB17A;
}
.BgClassName
{
background-color: #5CB17A;
}
</style>
border-color css
<style>
span { border-color: #5CB17A; }
span { border-color: rgb(92,177,122); }
td.TdClassName
{
border-color: #5CB17A;
}
.TagClassName
{
border-color: #5CB17A;
}
</style>