Shades of Ocean Green #58A576
Tints of Ocean Green #58A576
RGB
CMYK
RGB Variations
Color information
#58A576 (or 0x58A576) is known color: Ocean Green. HEX triplet: 58, A5 and 76. RGB value is (88,165,118). Sum of RGB (Red+Green+Blue) = 88+165+118=371 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.72% from 371); Green value is 165 (64.84% from 255 or 44.47% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 165 - color contains mainly: green. Hex color #58A576 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A576 is #A75A89. Grayscale: #888888. Windows color (decimal): -10967690 or 7775576. OLE color: 7775576.
HSL color Cylindrical-coordinate representation of color #58A576: hue angle of 143.38º 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 #58A576 is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 88 | 165 | 118 | - |
| CMYK | 0.47 | 0 | 0.28 | 0.35 |
| HSL | 143.38º | 0.3% | 0.5% | - |
| HSV(B) | 143.38º | 0.47% | 0.65% | - |
| XYZ | 20.75 | 30.29 | 21.89 | - |
| YUV | 136.62 | 117.49 | 93.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 165 | 118 | 0.47 | 0 | 0.28 | 0.35 | 143.38 | 0.3 | 0.5 |
| Hex | 58 | A5 | 76 | 2F | 0 | 1C | 23 | 8F | 1E | 32 |
| Octal | 130 | 245 | 166 | 57 | 0 | 34 | 43 | 217 | 36 | 62 |
| Binary | 1011000 | 10100101 | 1110110 | 101111 | 0 | 11100 | 100011 | 10001111 | 11110 | 110010 |
Color Harmonies of #58A576
Complementary color
Monochromatic Colors of #58A576
Black with #58A576
Text Example
Text Example
White with #58A576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A576; }
p { color: rgb(88,165,118); }
H1.HeaderClassName
{
color: #58A576;
}
.AnyTagClassName
{
color: #58A576;
}
</style>
background-color css
<style>
a { background-color: #58A576; }
a { background-color: rgb(88,165,118); }
div.DivClassName
{
background-color: #58A576;
}
.BgClassName
{
background-color: #58A576;
}
</style>
border-color css
<style>
span { border-color: #58A576; }
span { border-color: rgb(88,165,118); }
td.TdClassName
{
border-color: #58A576;
}
.TagClassName
{
border-color: #58A576;
}
</style>