Shades of Ocean Green #5CB17B
Tints of Ocean Green #5CB17B
RGB
CMYK
RGB Variations
Color information
#5CB17B (or 0x5CB17B) is known color: Ocean Green. HEX triplet: 5C, B1 and 7B. RGB value is (92,177,123). Sum of RGB (Red+Green+Blue) = 92+177+123=392 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.47% from 392); Green value is 177 (69.53% from 255 or 45.15% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 177 - color contains mainly: green. Hex color #5CB17B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CB17B is #A34E84. Grayscale: #919191. Windows color (decimal): -10702469 or 8106332. OLE color: 8106332.
HSL color Cylindrical-coordinate representation of color #5CB17B: hue angle of 141.88º 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 #5CB17B is Cyan = 0.48, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 92 | 177 | 123 | - |
| CMYK | 0.48 | 0 | 0.31 | 0.31 |
| HSL | 141.88º | 0.35% | 0.53% | - |
| HSV(B) | 141.88º | 0.48% | 0.69% | - |
| XYZ | 23.71 | 35.15 | 24.27 | - |
| YUV | 145.43 | 115.34 | 89.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 177 | 123 | 0.48 | 0 | 0.31 | 0.31 | 141.88 | 0.35 | 0.53 |
| Hex | 5C | B1 | 7B | 30 | 0 | 1F | 1F | 8E | 23 | 35 |
| Octal | 134 | 261 | 173 | 60 | 0 | 37 | 37 | 216 | 43 | 65 |
| Binary | 1011100 | 10110001 | 1111011 | 110000 | 0 | 11111 | 11111 | 10001110 | 100011 | 110101 |
Color Harmonies of #5CB17B
Complementary color
Monochromatic Colors of #5CB17B
Black with #5CB17B
Text Example
Text Example
White with #5CB17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB17B; }
p { color: rgb(92,177,123); }
H1.HeaderClassName
{
color: #5CB17B;
}
.AnyTagClassName
{
color: #5CB17B;
}
</style>
background-color css
<style>
a { background-color: #5CB17B; }
a { background-color: rgb(92,177,123); }
div.DivClassName
{
background-color: #5CB17B;
}
.BgClassName
{
background-color: #5CB17B;
}
</style>
border-color css
<style>
span { border-color: #5CB17B; }
span { border-color: rgb(92,177,123); }
td.TdClassName
{
border-color: #5CB17B;
}
.TagClassName
{
border-color: #5CB17B;
}
</style>