Shades of Ocean Green #58AD7D
Tints of Ocean Green #58AD7D
RGB
CMYK
RGB Variations
Color information
#58AD7D (or 0x58AD7D) is known color: Ocean Green. HEX triplet: 58, AD and 7D. RGB value is (88,173,125). Sum of RGB (Red+Green+Blue) = 88+173+125=386 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.80% from 386); Green value is 173 (67.97% from 255 or 44.82% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 173 - color contains mainly: green. Hex color #58AD7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58AD7D is #A75282. Grayscale: #8E8E8E. Windows color (decimal): -10965635 or 8236376. OLE color: 8236376.
HSL color Cylindrical-coordinate representation of color #58AD7D: hue angle of 146.12º 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 #58AD7D is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 88 | 173 | 125 | - |
| CMYK | 0.49 | 0 | 0.28 | 0.32 |
| HSL | 146.12º | 0.34% | 0.51% | - |
| HSV(B) | 146.12º | 0.49% | 0.68% | - |
| XYZ | 22.67 | 33.44 | 24.66 | - |
| YUV | 142.11 | 118.34 | 89.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 173 | 125 | 0.49 | 0 | 0.28 | 0.32 | 146.12 | 0.34 | 0.51 |
| Hex | 58 | AD | 7D | 31 | 0 | 1C | 20 | 92 | 22 | 33 |
| Octal | 130 | 255 | 175 | 61 | 0 | 34 | 40 | 222 | 42 | 63 |
| Binary | 1011000 | 10101101 | 1111101 | 110001 | 0 | 11100 | 100000 | 10010010 | 100010 | 110011 |
Color Harmonies of #58AD7D
Complementary color
Monochromatic Colors of #58AD7D
Black with #58AD7D
Text Example
Text Example
White with #58AD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58AD7D; }
p { color: rgb(88,173,125); }
H1.HeaderClassName
{
color: #58AD7D;
}
.AnyTagClassName
{
color: #58AD7D;
}
</style>
background-color css
<style>
a { background-color: #58AD7D; }
a { background-color: rgb(88,173,125); }
div.DivClassName
{
background-color: #58AD7D;
}
.BgClassName
{
background-color: #58AD7D;
}
</style>
border-color css
<style>
span { border-color: #58AD7D; }
span { border-color: rgb(88,173,125); }
td.TdClassName
{
border-color: #58AD7D;
}
.TagClassName
{
border-color: #58AD7D;
}
</style>