Shades of Ocean Green #58A371
Tints of Ocean Green #58A371
RGB
CMYK
RGB Variations
Color information
#58A371 (or 0x58A371) is known color: Ocean Green. HEX triplet: 58, A3 and 71. RGB value is (88,163,113). Sum of RGB (Red+Green+Blue) = 88+163+113=364 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.18% from 364); Green value is 163 (64.06% from 255 or 44.78% from 364); Blue value is 113 (44.53% from 255 or 31.04% from 364); Max value from RGB is 163 - color contains mainly: green. Hex color #58A371 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A371 is #A75C8E. Grayscale: #878787. Windows color (decimal): -10968207 or 7447384. OLE color: 7447384.
HSL color Cylindrical-coordinate representation of color #58A371: hue angle of 140º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #58A371 is Cyan = 0.46, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 88 | 163 | 113 | - |
| CMYK | 0.46 | 0 | 0.31 | 0.36 |
| HSL | 140º | 0.3% | 0.49% | - |
| HSV(B) | 140º | 0.46% | 0.64% | - |
| XYZ | 20.1 | 29.46 | 20.25 | - |
| YUV | 134.88 | 115.65 | 94.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 163 | 113 | 0.46 | 0 | 0.31 | 0.36 | 140 | 0.3 | 0.49 |
| Hex | 58 | A3 | 71 | 2E | 0 | 1F | 24 | 8C | 1E | 31 |
| Octal | 130 | 243 | 161 | 56 | 0 | 37 | 44 | 214 | 36 | 61 |
| Binary | 1011000 | 10100011 | 1110001 | 101110 | 0 | 11111 | 100100 | 10001100 | 11110 | 110001 |
Color Harmonies of #58A371
Complementary color
Monochromatic Colors of #58A371
Black with #58A371
Text Example
Text Example
White with #58A371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A371; }
p { color: rgb(88,163,113); }
H1.HeaderClassName
{
color: #58A371;
}
.AnyTagClassName
{
color: #58A371;
}
</style>
background-color css
<style>
a { background-color: #58A371; }
a { background-color: rgb(88,163,113); }
div.DivClassName
{
background-color: #58A371;
}
.BgClassName
{
background-color: #58A371;
}
</style>
border-color css
<style>
span { border-color: #58A371; }
span { border-color: rgb(88,163,113); }
td.TdClassName
{
border-color: #58A371;
}
.TagClassName
{
border-color: #58A371;
}
</style>