Shades of Ocean Green #5BB27C
Tints of Ocean Green #5BB27C
RGB
CMYK
RGB Variations
Color information
#5BB27C (or 0x5BB27C) is known color: Ocean Green. HEX triplet: 5B, B2 and 7C. RGB value is (91,178,124). Sum of RGB (Red+Green+Blue) = 91+178+124=393 (52% of max value = 765). Red value is 91 (35.94% from 255 or 23.16% from 393); Green value is 178 (69.92% from 255 or 45.29% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 178 - color contains mainly: green. Hex color #5BB27C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BB27C is #A44D83. Grayscale: #919191. Windows color (decimal): -10767748 or 8172123. OLE color: 8172123.
HSL color Cylindrical-coordinate representation of color #5BB27C: hue angle of 142.76º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5BB27C is Cyan = 0.49, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 91 | 178 | 124 | - |
| CMYK | 0.49 | 0 | 0.30 | 0.30 |
| HSL | 142.76º | 0.36% | 0.53% | - |
| HSV(B) | 142.76º | 0.49% | 0.7% | - |
| XYZ | 23.87 | 35.52 | 24.67 | - |
| YUV | 145.83 | 115.68 | 88.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 178 | 124 | 0.49 | 0 | 0.30 | 0.30 | 142.76 | 0.36 | 0.53 |
| Hex | 5B | B2 | 7C | 31 | 0 | 1E | 1E | 8F | 24 | 35 |
| Octal | 133 | 262 | 174 | 61 | 0 | 36 | 36 | 217 | 44 | 65 |
| Binary | 1011011 | 10110010 | 1111100 | 110001 | 0 | 11110 | 11110 | 10001111 | 100100 | 110101 |
Color Harmonies of #5BB27C
Complementary color
Monochromatic Colors of #5BB27C
Black with #5BB27C
Text Example
Text Example
White with #5BB27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BB27C; }
p { color: rgb(91,178,124); }
H1.HeaderClassName
{
color: #5BB27C;
}
.AnyTagClassName
{
color: #5BB27C;
}
</style>
background-color css
<style>
a { background-color: #5BB27C; }
a { background-color: rgb(91,178,124); }
div.DivClassName
{
background-color: #5BB27C;
}
.BgClassName
{
background-color: #5BB27C;
}
</style>
border-color css
<style>
span { border-color: #5BB27C; }
span { border-color: rgb(91,178,124); }
td.TdClassName
{
border-color: #5BB27C;
}
.TagClassName
{
border-color: #5BB27C;
}
</style>