Shades of Ocean Green #58AD78
Tints of Ocean Green #58AD78
RGB
CMYK
RGB Variations
Color information
#58AD78 (or 0x58AD78) is known color: Ocean Green. HEX triplet: 58, AD and 78. RGB value is (88,173,120). Sum of RGB (Red+Green+Blue) = 88+173+120=381 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.10% from 381); Green value is 173 (67.97% from 255 or 45.41% from 381); Blue value is 120 (47.27% from 255 or 31.50% from 381); Max value from RGB is 173 - color contains mainly: green. Hex color #58AD78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58AD78 is #A75287. Grayscale: #8D8D8D. Windows color (decimal): -10965640 or 7908696. OLE color: 7908696.
HSL color Cylindrical-coordinate representation of color #58AD78: hue angle of 142.59º 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 #58AD78 is Cyan = 0.49, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 88 | 173 | 120 | - |
| CMYK | 0.49 | 0 | 0.31 | 0.32 |
| HSL | 142.59º | 0.34% | 0.51% | - |
| HSV(B) | 142.59º | 0.49% | 0.68% | - |
| XYZ | 22.36 | 33.32 | 23.02 | - |
| YUV | 141.54 | 115.84 | 89.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 173 | 120 | 0.49 | 0 | 0.31 | 0.32 | 142.59 | 0.34 | 0.51 |
| Hex | 58 | AD | 78 | 31 | 0 | 1F | 20 | 8F | 22 | 33 |
| Octal | 130 | 255 | 170 | 61 | 0 | 37 | 40 | 217 | 42 | 63 |
| Binary | 1011000 | 10101101 | 1111000 | 110001 | 0 | 11111 | 100000 | 10001111 | 100010 | 110011 |
Color Harmonies of #58AD78
Complementary color
Monochromatic Colors of #58AD78
Black with #58AD78
Text Example
Text Example
White with #58AD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58AD78; }
p { color: rgb(88,173,120); }
H1.HeaderClassName
{
color: #58AD78;
}
.AnyTagClassName
{
color: #58AD78;
}
</style>
background-color css
<style>
a { background-color: #58AD78; }
a { background-color: rgb(88,173,120); }
div.DivClassName
{
background-color: #58AD78;
}
.BgClassName
{
background-color: #58AD78;
}
</style>
border-color css
<style>
span { border-color: #58AD78; }
span { border-color: rgb(88,173,120); }
td.TdClassName
{
border-color: #58AD78;
}
.TagClassName
{
border-color: #58AD78;
}
</style>