Shades of Ocean Green #58B476
Tints of Ocean Green #58B476
RGB
CMYK
RGB Variations
Color information
#58B476 (or 0x58B476) is known color: Ocean Green. HEX triplet: 58, B4 and 76. RGB value is (88,180,118). Sum of RGB (Red+Green+Blue) = 88+180+118=386 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.80% from 386); Green value is 180 (70.70% from 255 or 46.63% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 180 - color contains mainly: green. Hex color #58B476 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58B476 is #A74B89. Grayscale: #919191. Windows color (decimal): -10963850 or 7779416. OLE color: 7779416.
HSL color Cylindrical-coordinate representation of color #58B476: hue angle of 139.57º degrees, saturation: 0.38, 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 #58B476 is Cyan = 0.51, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 88 | 180 | 118 | - |
| CMYK | 0.51 | 0 | 0.34 | 0.29 |
| HSL | 139.57º | 0.38% | 0.53% | - |
| HSV(B) | 139.57º | 0.51% | 0.71% | - |
| XYZ | 23.62 | 36.03 | 22.85 | - |
| YUV | 145.42 | 112.52 | 87.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 180 | 118 | 0.51 | 0 | 0.34 | 0.29 | 139.57 | 0.38 | 0.53 |
| Hex | 58 | B4 | 76 | 33 | 0 | 22 | 1D | 8C | 26 | 35 |
| Octal | 130 | 264 | 166 | 63 | 0 | 42 | 35 | 214 | 46 | 65 |
| Binary | 1011000 | 10110100 | 1110110 | 110011 | 0 | 100010 | 11101 | 10001100 | 100110 | 110101 |
Color Harmonies of #58B476
Complementary color
Monochromatic Colors of #58B476
Black with #58B476
Text Example
Text Example
White with #58B476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58B476; }
p { color: rgb(88,180,118); }
H1.HeaderClassName
{
color: #58B476;
}
.AnyTagClassName
{
color: #58B476;
}
</style>
background-color css
<style>
a { background-color: #58B476; }
a { background-color: rgb(88,180,118); }
div.DivClassName
{
background-color: #58B476;
}
.BgClassName
{
background-color: #58B476;
}
</style>
border-color css
<style>
span { border-color: #58B476; }
span { border-color: rgb(88,180,118); }
td.TdClassName
{
border-color: #58B476;
}
.TagClassName
{
border-color: #58B476;
}
</style>