Shades of Ocean Green #5BB276
Tints of Ocean Green #5BB276
RGB
CMYK
RGB Variations
Color information
#5BB276 (or 0x5BB276) is known color: Ocean Green. HEX triplet: 5B, B2 and 76. RGB value is (91,178,118). Sum of RGB (Red+Green+Blue) = 91+178+118=387 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.51% from 387); Green value is 178 (69.92% from 255 or 45.99% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 178 - color contains mainly: green. Hex color #5BB276 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BB276 is #A44D89. Grayscale: #919191. Windows color (decimal): -10767754 or 7778907. OLE color: 7778907.
HSL color Cylindrical-coordinate representation of color #5BB276: hue angle of 138.62º 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 #5BB276 is Cyan = 0.49, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 91 | 178 | 118 | - |
| CMYK | 0.49 | 0 | 0.34 | 0.30 |
| HSL | 138.62º | 0.36% | 0.53% | - |
| HSV(B) | 138.62º | 0.49% | 0.7% | - |
| XYZ | 23.5 | 35.37 | 22.73 | - |
| YUV | 145.15 | 112.68 | 89.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 178 | 118 | 0.49 | 0 | 0.34 | 0.30 | 138.62 | 0.36 | 0.53 |
| Hex | 5B | B2 | 76 | 31 | 0 | 22 | 1E | 8B | 24 | 35 |
| Octal | 133 | 262 | 166 | 61 | 0 | 42 | 36 | 213 | 44 | 65 |
| Binary | 1011011 | 10110010 | 1110110 | 110001 | 0 | 100010 | 11110 | 10001011 | 100100 | 110101 |
Color Harmonies of #5BB276
Complementary color
Monochromatic Colors of #5BB276
Black with #5BB276
Text Example
Text Example
White with #5BB276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BB276; }
p { color: rgb(91,178,118); }
H1.HeaderClassName
{
color: #5BB276;
}
.AnyTagClassName
{
color: #5BB276;
}
</style>
background-color css
<style>
a { background-color: #5BB276; }
a { background-color: rgb(91,178,118); }
div.DivClassName
{
background-color: #5BB276;
}
.BgClassName
{
background-color: #5BB276;
}
</style>
border-color css
<style>
span { border-color: #5BB276; }
span { border-color: rgb(91,178,118); }
td.TdClassName
{
border-color: #5BB276;
}
.TagClassName
{
border-color: #5BB276;
}
</style>