Shades of Ocean Green #58A970
Tints of Ocean Green #58A970
RGB
CMYK
RGB Variations
Color information
#58A970 (or 0x58A970) is known color: Ocean Green. HEX triplet: 58, A9 and 70. RGB value is (88,169,112). Sum of RGB (Red+Green+Blue) = 88+169+112=369 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.85% from 369); Green value is 169 (66.41% from 255 or 45.80% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 169 - color contains mainly: green. Hex color #58A970 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A970 is #A7568F. Grayscale: #8A8A8A. Windows color (decimal): -10966672 or 7383384. OLE color: 7383384.
HSL color Cylindrical-coordinate representation of color #58A970: hue angle of 137.78º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #58A970 is Cyan = 0.48, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 88 | 169 | 112 | - |
| CMYK | 0.48 | 0 | 0.34 | 0.34 |
| HSL | 137.78º | 0.32% | 0.5% | - |
| HSV(B) | 137.78º | 0.48% | 0.66% | - |
| XYZ | 21.14 | 31.62 | 20.32 | - |
| YUV | 138.28 | 113.16 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 169 | 112 | 0.48 | 0 | 0.34 | 0.34 | 137.78 | 0.32 | 0.5 |
| Hex | 58 | A9 | 70 | 30 | 0 | 22 | 22 | 8A | 20 | 32 |
| Octal | 130 | 251 | 160 | 60 | 0 | 42 | 42 | 212 | 40 | 62 |
| Binary | 1011000 | 10101001 | 1110000 | 110000 | 0 | 100010 | 100010 | 10001010 | 100000 | 110010 |
Color Harmonies of #58A970
Complementary color
Monochromatic Colors of #58A970
Black with #58A970
Text Example
Text Example
White with #58A970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A970; }
p { color: rgb(88,169,112); }
H1.HeaderClassName
{
color: #58A970;
}
.AnyTagClassName
{
color: #58A970;
}
</style>
background-color css
<style>
a { background-color: #58A970; }
a { background-color: rgb(88,169,112); }
div.DivClassName
{
background-color: #58A970;
}
.BgClassName
{
background-color: #58A970;
}
</style>
border-color css
<style>
span { border-color: #58A970; }
span { border-color: rgb(88,169,112); }
td.TdClassName
{
border-color: #58A970;
}
.TagClassName
{
border-color: #58A970;
}
</style>