Shades of Ocean Green #58A075
Tints of Ocean Green #58A075
RGB
CMYK
RGB Variations
Color information
#58A075 (or 0x58A075) is known color: Ocean Green. HEX triplet: 58, A0 and 75. RGB value is (88,160,117). Sum of RGB (Red+Green+Blue) = 88+160+117=365 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.11% from 365); Green value is 160 (62.89% from 255 or 43.84% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 160 - color contains mainly: green. Hex color #58A075 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A075 is #A75F8A. Grayscale: #858585. Windows color (decimal): -10968971 or 7708760. OLE color: 7708760.
HSL color Cylindrical-coordinate representation of color #58A075: hue angle of 144.17º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #58A075 is Cyan = 0.45, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 88 | 160 | 117 | - |
| CMYK | 0.45 | 0 | 0.27 | 0.37 |
| HSL | 144.17º | 0.29% | 0.49% | - |
| HSV(B) | 144.17º | 0.45% | 0.63% | - |
| XYZ | 19.81 | 28.5 | 21.29 | - |
| YUV | 133.57 | 118.65 | 95.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 160 | 117 | 0.45 | 0 | 0.27 | 0.37 | 144.17 | 0.29 | 0.49 |
| Hex | 58 | A0 | 75 | 2D | 0 | 1B | 25 | 90 | 1D | 31 |
| Octal | 130 | 240 | 165 | 55 | 0 | 33 | 45 | 220 | 35 | 61 |
| Binary | 1011000 | 10100000 | 1110101 | 101101 | 0 | 11011 | 100101 | 10010000 | 11101 | 110001 |
Color Harmonies of #58A075
Complementary color
Monochromatic Colors of #58A075
Black with #58A075
Text Example
Text Example
White with #58A075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A075; }
p { color: rgb(88,160,117); }
H1.HeaderClassName
{
color: #58A075;
}
.AnyTagClassName
{
color: #58A075;
}
</style>
background-color css
<style>
a { background-color: #58A075; }
a { background-color: rgb(88,160,117); }
div.DivClassName
{
background-color: #58A075;
}
.BgClassName
{
background-color: #58A075;
}
</style>
border-color css
<style>
span { border-color: #58A075; }
span { border-color: rgb(88,160,117); }
td.TdClassName
{
border-color: #58A075;
}
.TagClassName
{
border-color: #58A075;
}
</style>