Shades of Ocean Green #58B283
Tints of Ocean Green #58B283
RGB
CMYK
RGB Variations
Color information
#58B283 (or 0x58B283) is known color: Ocean Green. HEX triplet: 58, B2 and 83. RGB value is (88,178,131). Sum of RGB (Red+Green+Blue) = 88+178+131=397 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.17% from 397); Green value is 178 (69.92% from 255 or 44.84% from 397); Blue value is 131 (51.56% from 255 or 33.00% from 397); Max value from RGB is 178 - color contains mainly: green. Hex color #58B283 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58B283 is #A74D7C. Grayscale: #919191. Windows color (decimal): -10964349 or 8630872. OLE color: 8630872.
HSL color Cylindrical-coordinate representation of color #58B283: hue angle of 148.67º 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 #58B283 is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 88 | 178 | 131 | - |
| CMYK | 0.51 | 0 | 0.26 | 0.30 |
| HSL | 148.67º | 0.37% | 0.52% | - |
| HSV(B) | 148.67º | 0.51% | 0.7% | - |
| XYZ | 24.04 | 35.55 | 27.07 | - |
| YUV | 145.73 | 119.68 | 86.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 178 | 131 | 0.51 | 0 | 0.26 | 0.30 | 148.67 | 0.37 | 0.52 |
| Hex | 58 | B2 | 83 | 33 | 0 | 1A | 1E | 95 | 25 | 34 |
| Octal | 130 | 262 | 203 | 63 | 0 | 32 | 36 | 225 | 45 | 64 |
| Binary | 1011000 | 10110010 | 10000011 | 110011 | 0 | 11010 | 11110 | 10010101 | 100101 | 110100 |
Color Harmonies of #58B283
Complementary color
Monochromatic Colors of #58B283
Black with #58B283
Text Example
Text Example
White with #58B283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58B283; }
p { color: rgb(88,178,131); }
H1.HeaderClassName
{
color: #58B283;
}
.AnyTagClassName
{
color: #58B283;
}
</style>
background-color css
<style>
a { background-color: #58B283; }
a { background-color: rgb(88,178,131); }
div.DivClassName
{
background-color: #58B283;
}
.BgClassName
{
background-color: #58B283;
}
</style>
border-color css
<style>
span { border-color: #58B283; }
span { border-color: rgb(88,178,131); }
td.TdClassName
{
border-color: #58B283;
}
.TagClassName
{
border-color: #58B283;
}
</style>