Shades of Ocean Green #58B273
Tints of Ocean Green #58B273
RGB
CMYK
RGB Variations
Color information
#58B273 (or 0x58B273) is known color: Ocean Green. HEX triplet: 58, B2 and 73. RGB value is (88,178,115). Sum of RGB (Red+Green+Blue) = 88+178+115=381 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.10% from 381); Green value is 178 (69.92% from 255 or 46.72% from 381); Blue value is 115 (45.31% from 255 or 30.18% from 381); Max value from RGB is 178 - color contains mainly: green. Hex color #58B273 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58B273 is #A74D8C. Grayscale: #909090. Windows color (decimal): -10964365 or 7582296. OLE color: 7582296.
HSL color Cylindrical-coordinate representation of color #58B273: hue angle of 138º 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 #58B273 is Cyan = 0.51, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 88 | 178 | 115 | - |
| CMYK | 0.51 | 0 | 0.35 | 0.30 |
| HSL | 138º | 0.37% | 0.52% | - |
| HSV(B) | 138º | 0.51% | 0.7% | - |
| XYZ | 23.04 | 35.15 | 21.79 | - |
| YUV | 143.91 | 111.68 | 88.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 178 | 115 | 0.51 | 0 | 0.35 | 0.30 | 138 | 0.37 | 0.52 |
| Hex | 58 | B2 | 73 | 33 | 0 | 23 | 1E | 8A | 25 | 34 |
| Octal | 130 | 262 | 163 | 63 | 0 | 43 | 36 | 212 | 45 | 64 |
| Binary | 1011000 | 10110010 | 1110011 | 110011 | 0 | 100011 | 11110 | 10001010 | 100101 | 110100 |
Color Harmonies of #58B273
Complementary color
Monochromatic Colors of #58B273
Black with #58B273
Text Example
Text Example
White with #58B273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58B273; }
p { color: rgb(88,178,115); }
H1.HeaderClassName
{
color: #58B273;
}
.AnyTagClassName
{
color: #58B273;
}
</style>
background-color css
<style>
a { background-color: #58B273; }
a { background-color: rgb(88,178,115); }
div.DivClassName
{
background-color: #58B273;
}
.BgClassName
{
background-color: #58B273;
}
</style>
border-color css
<style>
span { border-color: #58B273; }
span { border-color: rgb(88,178,115); }
td.TdClassName
{
border-color: #58B273;
}
.TagClassName
{
border-color: #58B273;
}
</style>