Shades of Ocean Green #58B57A
Tints of Ocean Green #58B57A
RGB
CMYK
RGB Variations
Color information
#58B57A (or 0x58B57A) is known color: Ocean Green. HEX triplet: 58, B5 and 7A. RGB value is (88,181,122). Sum of RGB (Red+Green+Blue) = 88+181+122=391 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.51% from 391); Green value is 181 (71.09% from 255 or 46.29% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 181 - color contains mainly: green. Hex color #58B57A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58B57A is #A74A85. Grayscale: #929292. Windows color (decimal): -10963590 or 8041816. OLE color: 8041816.
HSL color Cylindrical-coordinate representation of color #58B57A: hue angle of 141.94º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #58B57A is Cyan = 0.51, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 88 | 181 | 122 | - |
| CMYK | 0.51 | 0 | 0.33 | 0.29 |
| HSL | 141.94º | 0.39% | 0.53% | - |
| HSV(B) | 141.94º | 0.51% | 0.71% | - |
| XYZ | 24.06 | 36.53 | 24.19 | - |
| YUV | 146.47 | 114.19 | 86.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 181 | 122 | 0.51 | 0 | 0.33 | 0.29 | 141.94 | 0.39 | 0.53 |
| Hex | 58 | B5 | 7A | 33 | 0 | 21 | 1D | 8E | 27 | 35 |
| Octal | 130 | 265 | 172 | 63 | 0 | 41 | 35 | 216 | 47 | 65 |
| Binary | 1011000 | 10110101 | 1111010 | 110011 | 0 | 100001 | 11101 | 10001110 | 100111 | 110101 |
Color Harmonies of #58B57A
Complementary color
Monochromatic Colors of #58B57A
Black with #58B57A
Text Example
Text Example
White with #58B57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58B57A; }
p { color: rgb(88,181,122); }
H1.HeaderClassName
{
color: #58B57A;
}
.AnyTagClassName
{
color: #58B57A;
}
</style>
background-color css
<style>
a { background-color: #58B57A; }
a { background-color: rgb(88,181,122); }
div.DivClassName
{
background-color: #58B57A;
}
.BgClassName
{
background-color: #58B57A;
}
</style>
border-color css
<style>
span { border-color: #58B57A; }
span { border-color: rgb(88,181,122); }
td.TdClassName
{
border-color: #58B57A;
}
.TagClassName
{
border-color: #58B57A;
}
</style>