Shades of Ocean Green #58AD70
Tints of Ocean Green #58AD70
RGB
CMYK
RGB Variations
Color information
#58AD70 (or 0x58AD70) is known color: Ocean Green. HEX triplet: 58, AD and 70. RGB value is (88,173,112). Sum of RGB (Red+Green+Blue) = 88+173+112=373 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.59% from 373); Green value is 173 (67.97% from 255 or 46.38% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 173 - color contains mainly: green. Hex color #58AD70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58AD70 is #A7528F. Grayscale: #8C8C8C. Windows color (decimal): -10965648 or 7384408. OLE color: 7384408.
HSL color Cylindrical-coordinate representation of color #58AD70: hue angle of 136.94º 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 #58AD70 is Cyan = 0.49, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 88 | 173 | 112 | - |
| CMYK | 0.49 | 0 | 0.35 | 0.32 |
| HSL | 136.94º | 0.34% | 0.51% | - |
| HSV(B) | 136.94º | 0.49% | 0.68% | - |
| XYZ | 21.89 | 33.13 | 20.57 | - |
| YUV | 140.63 | 111.84 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 173 | 112 | 0.49 | 0 | 0.35 | 0.32 | 136.94 | 0.34 | 0.51 |
| Hex | 58 | AD | 70 | 31 | 0 | 23 | 20 | 89 | 22 | 33 |
| Octal | 130 | 255 | 160 | 61 | 0 | 43 | 40 | 211 | 42 | 63 |
| Binary | 1011000 | 10101101 | 1110000 | 110001 | 0 | 100011 | 100000 | 10001001 | 100010 | 110011 |
Color Harmonies of #58AD70
Complementary color
Monochromatic Colors of #58AD70
Black with #58AD70
Text Example
Text Example
White with #58AD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58AD70; }
p { color: rgb(88,173,112); }
H1.HeaderClassName
{
color: #58AD70;
}
.AnyTagClassName
{
color: #58AD70;
}
</style>
background-color css
<style>
a { background-color: #58AD70; }
a { background-color: rgb(88,173,112); }
div.DivClassName
{
background-color: #58AD70;
}
.BgClassName
{
background-color: #58AD70;
}
</style>
border-color css
<style>
span { border-color: #58AD70; }
span { border-color: rgb(88,173,112); }
td.TdClassName
{
border-color: #58AD70;
}
.TagClassName
{
border-color: #58AD70;
}
</style>