Shades of Ocean Green #5AB376
Tints of Ocean Green #5AB376
RGB
CMYK
RGB Variations
Color information
#5AB376 (or 0x5AB376) is known color: Ocean Green. HEX triplet: 5A, B3 and 76. RGB value is (90,179,118). Sum of RGB (Red+Green+Blue) = 90+179+118=387 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.26% from 387); Green value is 179 (70.31% from 255 or 46.25% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 179 - color contains mainly: green. Hex color #5AB376 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB376 is #A54C89. Grayscale: #919191. Windows color (decimal): -10833034 or 7779162. OLE color: 7779162.
HSL color Cylindrical-coordinate representation of color #5AB376: hue angle of 138.88º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5AB376 is Cyan = 0.50, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 90 | 179 | 118 | - |
| CMYK | 0.50 | 0 | 0.34 | 0.30 |
| HSL | 138.88º | 0.37% | 0.53% | - |
| HSV(B) | 138.88º | 0.5% | 0.7% | - |
| XYZ | 23.61 | 35.72 | 22.79 | - |
| YUV | 145.44 | 112.51 | 88.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 179 | 118 | 0.50 | 0 | 0.34 | 0.30 | 138.88 | 0.37 | 0.53 |
| Hex | 5A | B3 | 76 | 32 | 0 | 22 | 1E | 8B | 25 | 35 |
| Octal | 132 | 263 | 166 | 62 | 0 | 42 | 36 | 213 | 45 | 65 |
| Binary | 1011010 | 10110011 | 1110110 | 110010 | 0 | 100010 | 11110 | 10001011 | 100101 | 110101 |
Color Harmonies of #5AB376
Complementary color
Monochromatic Colors of #5AB376
Black with #5AB376
Text Example
Text Example
White with #5AB376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB376; }
p { color: rgb(90,179,118); }
H1.HeaderClassName
{
color: #5AB376;
}
.AnyTagClassName
{
color: #5AB376;
}
</style>
background-color css
<style>
a { background-color: #5AB376; }
a { background-color: rgb(90,179,118); }
div.DivClassName
{
background-color: #5AB376;
}
.BgClassName
{
background-color: #5AB376;
}
</style>
border-color css
<style>
span { border-color: #5AB376; }
span { border-color: rgb(90,179,118); }
td.TdClassName
{
border-color: #5AB376;
}
.TagClassName
{
border-color: #5AB376;
}
</style>