Shades of Ocean Green #58A575
Tints of Ocean Green #58A575
RGB
CMYK
RGB Variations
Color information
#58A575 (or 0x58A575) is known color: Ocean Green. HEX triplet: 58, A5 and 75. RGB value is (88,165,117). Sum of RGB (Red+Green+Blue) = 88+165+117=370 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.78% from 370); Green value is 165 (64.84% from 255 or 44.59% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 165 - color contains mainly: green. Hex color #58A575 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A575 is #A75A8A. Grayscale: #888888. Windows color (decimal): -10967691 or 7710040. OLE color: 7710040.
HSL color Cylindrical-coordinate representation of color #58A575: hue angle of 142.6º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #58A575 is Cyan = 0.47, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 88 | 165 | 117 | - |
| CMYK | 0.47 | 0 | 0.29 | 0.35 |
| HSL | 142.6º | 0.3% | 0.5% | - |
| HSV(B) | 142.6º | 0.47% | 0.65% | - |
| XYZ | 20.69 | 30.27 | 21.58 | - |
| YUV | 136.51 | 116.99 | 93.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 165 | 117 | 0.47 | 0 | 0.29 | 0.35 | 142.6 | 0.3 | 0.5 |
| Hex | 58 | A5 | 75 | 2F | 0 | 1D | 23 | 8F | 1E | 32 |
| Octal | 130 | 245 | 165 | 57 | 0 | 35 | 43 | 217 | 36 | 62 |
| Binary | 1011000 | 10100101 | 1110101 | 101111 | 0 | 11101 | 100011 | 10001111 | 11110 | 110010 |
Color Harmonies of #58A575
Complementary color
Monochromatic Colors of #58A575
Black with #58A575
Text Example
Text Example
White with #58A575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A575; }
p { color: rgb(88,165,117); }
H1.HeaderClassName
{
color: #58A575;
}
.AnyTagClassName
{
color: #58A575;
}
</style>
background-color css
<style>
a { background-color: #58A575; }
a { background-color: rgb(88,165,117); }
div.DivClassName
{
background-color: #58A575;
}
.BgClassName
{
background-color: #58A575;
}
</style>
border-color css
<style>
span { border-color: #58A575; }
span { border-color: rgb(88,165,117); }
td.TdClassName
{
border-color: #58A575;
}
.TagClassName
{
border-color: #58A575;
}
</style>