Shades of Ocean Green #58AD74
Tints of Ocean Green #58AD74
RGB
CMYK
RGB Variations
Color information
#58AD74 (or 0x58AD74) is known color: Ocean Green. HEX triplet: 58, AD and 74. RGB value is (88,173,116). Sum of RGB (Red+Green+Blue) = 88+173+116=377 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.34% from 377); Green value is 173 (67.97% from 255 or 45.89% from 377); Blue value is 116 (45.70% from 255 or 30.77% from 377); Max value from RGB is 173 - color contains mainly: green. Hex color #58AD74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58AD74 is #A7528B. Grayscale: #8D8D8D. Windows color (decimal): -10965644 or 7646552. OLE color: 7646552.
HSL color Cylindrical-coordinate representation of color #58AD74: hue angle of 139.76º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #58AD74 is Cyan = 0.49, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 88 | 173 | 116 | - |
| CMYK | 0.49 | 0 | 0.33 | 0.32 |
| HSL | 139.76º | 0.34% | 0.51% | - |
| HSV(B) | 139.76º | 0.49% | 0.68% | - |
| XYZ | 22.12 | 33.22 | 21.77 | - |
| YUV | 141.09 | 113.84 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 173 | 116 | 0.49 | 0 | 0.33 | 0.32 | 139.76 | 0.34 | 0.51 |
| Hex | 58 | AD | 74 | 31 | 0 | 21 | 20 | 8C | 22 | 33 |
| Octal | 130 | 255 | 164 | 61 | 0 | 41 | 40 | 214 | 42 | 63 |
| Binary | 1011000 | 10101101 | 1110100 | 110001 | 0 | 100001 | 100000 | 10001100 | 100010 | 110011 |
Color Harmonies of #58AD74
Complementary color
Monochromatic Colors of #58AD74
Black with #58AD74
Text Example
Text Example
White with #58AD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58AD74; }
p { color: rgb(88,173,116); }
H1.HeaderClassName
{
color: #58AD74;
}
.AnyTagClassName
{
color: #58AD74;
}
</style>
background-color css
<style>
a { background-color: #58AD74; }
a { background-color: rgb(88,173,116); }
div.DivClassName
{
background-color: #58AD74;
}
.BgClassName
{
background-color: #58AD74;
}
</style>
border-color css
<style>
span { border-color: #58AD74; }
span { border-color: rgb(88,173,116); }
td.TdClassName
{
border-color: #58AD74;
}
.TagClassName
{
border-color: #58AD74;
}
</style>