Shades of Ocean Green #5BB275
Tints of Ocean Green #5BB275
RGB
CMYK
RGB Variations
Color information
#5BB275 (or 0x5BB275) is known color: Ocean Green. HEX triplet: 5B, B2 and 75. RGB value is (91,178,117). Sum of RGB (Red+Green+Blue) = 91+178+117=386 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.58% from 386); Green value is 178 (69.92% from 255 or 46.11% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 178 - color contains mainly: green. Hex color #5BB275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BB275 is #A44D8A. Grayscale: #919191. Windows color (decimal): -10767755 or 7713371. OLE color: 7713371.
HSL color Cylindrical-coordinate representation of color #5BB275: hue angle of 137.93º 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 #5BB275 is Cyan = 0.49, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 91 | 178 | 117 | - |
| CMYK | 0.49 | 0 | 0.34 | 0.30 |
| HSL | 137.93º | 0.36% | 0.53% | - |
| HSV(B) | 137.93º | 0.49% | 0.7% | - |
| XYZ | 23.45 | 35.35 | 22.42 | - |
| YUV | 145.03 | 112.18 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 178 | 117 | 0.49 | 0 | 0.34 | 0.30 | 137.93 | 0.36 | 0.53 |
| Hex | 5B | B2 | 75 | 31 | 0 | 22 | 1E | 8A | 24 | 35 |
| Octal | 133 | 262 | 165 | 61 | 0 | 42 | 36 | 212 | 44 | 65 |
| Binary | 1011011 | 10110010 | 1110101 | 110001 | 0 | 100010 | 11110 | 10001010 | 100100 | 110101 |
Color Harmonies of #5BB275
Complementary color
Monochromatic Colors of #5BB275
Black with #5BB275
Text Example
Text Example
White with #5BB275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BB275; }
p { color: rgb(91,178,117); }
H1.HeaderClassName
{
color: #5BB275;
}
.AnyTagClassName
{
color: #5BB275;
}
</style>
background-color css
<style>
a { background-color: #5BB275; }
a { background-color: rgb(91,178,117); }
div.DivClassName
{
background-color: #5BB275;
}
.BgClassName
{
background-color: #5BB275;
}
</style>
border-color css
<style>
span { border-color: #5BB275; }
span { border-color: rgb(91,178,117); }
td.TdClassName
{
border-color: #5BB275;
}
.TagClassName
{
border-color: #5BB275;
}
</style>