Shades of Ocean Green #5BA972
Tints of Ocean Green #5BA972
RGB
CMYK
RGB Variations
Color information
#5BA972 (or 0x5BA972) is known color: Ocean Green. HEX triplet: 5B, A9 and 72. RGB value is (91,169,114). Sum of RGB (Red+Green+Blue) = 91+169+114=374 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.33% from 374); Green value is 169 (66.41% from 255 or 45.19% from 374); Blue value is 114 (44.92% from 255 or 30.48% from 374); Max value from RGB is 169 - color contains mainly: green. Hex color #5BA972 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA972 is #A4568D. Grayscale: #8B8B8B. Windows color (decimal): -10770062 or 7514459. OLE color: 7514459.
HSL color Cylindrical-coordinate representation of color #5BA972: hue angle of 137.69º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5BA972 is Cyan = 0.46, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 91 | 169 | 114 | - |
| CMYK | 0.46 | 0 | 0.33 | 0.34 |
| HSL | 137.69º | 0.31% | 0.51% | - |
| HSV(B) | 137.69º | 0.46% | 0.66% | - |
| XYZ | 21.54 | 31.81 | 20.93 | - |
| YUV | 139.41 | 113.66 | 93.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 169 | 114 | 0.46 | 0 | 0.33 | 0.34 | 137.69 | 0.31 | 0.51 |
| Hex | 5B | A9 | 72 | 2E | 0 | 21 | 22 | 8A | 1F | 33 |
| Octal | 133 | 251 | 162 | 56 | 0 | 41 | 42 | 212 | 37 | 63 |
| Binary | 1011011 | 10101001 | 1110010 | 101110 | 0 | 100001 | 100010 | 10001010 | 11111 | 110011 |
Color Harmonies of #5BA972
Complementary color
Monochromatic Colors of #5BA972
Black with #5BA972
Text Example
Text Example
White with #5BA972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA972; }
p { color: rgb(91,169,114); }
H1.HeaderClassName
{
color: #5BA972;
}
.AnyTagClassName
{
color: #5BA972;
}
</style>
background-color css
<style>
a { background-color: #5BA972; }
a { background-color: rgb(91,169,114); }
div.DivClassName
{
background-color: #5BA972;
}
.BgClassName
{
background-color: #5BA972;
}
</style>
border-color css
<style>
span { border-color: #5BA972; }
span { border-color: rgb(91,169,114); }
td.TdClassName
{
border-color: #5BA972;
}
.TagClassName
{
border-color: #5BA972;
}
</style>