Shades of Ocean Green #58B376
Tints of Ocean Green #58B376
RGB
CMYK
RGB Variations
Color information
#58B376 (or 0x58B376) is known color: Ocean Green. HEX triplet: 58, B3 and 76. RGB value is (88,179,118). Sum of RGB (Red+Green+Blue) = 88+179+118=385 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.86% from 385); Green value is 179 (70.31% from 255 or 46.49% from 385); Blue value is 118 (46.48% from 255 or 30.65% from 385); Max value from RGB is 179 - color contains mainly: green. Hex color #58B376 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58B376 is #A74C89. Grayscale: #909090. Windows color (decimal): -10964106 or 7779160. OLE color: 7779160.
HSL color Cylindrical-coordinate representation of color #58B376: hue angle of 139.78º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #58B376 is Cyan = 0.51, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 88 | 179 | 118 | - |
| CMYK | 0.51 | 0 | 0.34 | 0.30 |
| HSL | 139.78º | 0.37% | 0.52% | - |
| HSV(B) | 139.78º | 0.51% | 0.7% | - |
| XYZ | 23.41 | 35.62 | 22.78 | - |
| YUV | 144.84 | 112.85 | 87.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 179 | 118 | 0.51 | 0 | 0.34 | 0.30 | 139.78 | 0.37 | 0.52 |
| Hex | 58 | B3 | 76 | 33 | 0 | 22 | 1E | 8C | 25 | 34 |
| Octal | 130 | 263 | 166 | 63 | 0 | 42 | 36 | 214 | 45 | 64 |
| Binary | 1011000 | 10110011 | 1110110 | 110011 | 0 | 100010 | 11110 | 10001100 | 100101 | 110100 |
Color Harmonies of #58B376
Complementary color
Monochromatic Colors of #58B376
Black with #58B376
Text Example
Text Example
White with #58B376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58B376; }
p { color: rgb(88,179,118); }
H1.HeaderClassName
{
color: #58B376;
}
.AnyTagClassName
{
color: #58B376;
}
</style>
background-color css
<style>
a { background-color: #58B376; }
a { background-color: rgb(88,179,118); }
div.DivClassName
{
background-color: #58B376;
}
.BgClassName
{
background-color: #58B376;
}
</style>
border-color css
<style>
span { border-color: #58B376; }
span { border-color: rgb(88,179,118); }
td.TdClassName
{
border-color: #58B376;
}
.TagClassName
{
border-color: #58B376;
}
</style>