Shades of Ocean Green #58AD7B
Tints of Ocean Green #58AD7B
RGB
CMYK
RGB Variations
Color information
#58AD7B (or 0x58AD7B) is known color: Ocean Green. HEX triplet: 58, AD and 7B. RGB value is (88,173,123). Sum of RGB (Red+Green+Blue) = 88+173+123=384 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.92% from 384); Green value is 173 (67.97% from 255 or 45.05% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 173 - color contains mainly: green. Hex color #58AD7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58AD7B is #A75284. Grayscale: #8E8E8E. Windows color (decimal): -10965637 or 8105304. OLE color: 8105304.
HSL color Cylindrical-coordinate representation of color #58AD7B: hue angle of 144.71º 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 #58AD7B is Cyan = 0.49, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 88 | 173 | 123 | - |
| CMYK | 0.49 | 0 | 0.29 | 0.32 |
| HSL | 144.71º | 0.34% | 0.51% | - |
| HSV(B) | 144.71º | 0.49% | 0.68% | - |
| XYZ | 22.54 | 33.39 | 24 | - |
| YUV | 141.89 | 117.34 | 89.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 173 | 123 | 0.49 | 0 | 0.29 | 0.32 | 144.71 | 0.34 | 0.51 |
| Hex | 58 | AD | 7B | 31 | 0 | 1D | 20 | 91 | 22 | 33 |
| Octal | 130 | 255 | 173 | 61 | 0 | 35 | 40 | 221 | 42 | 63 |
| Binary | 1011000 | 10101101 | 1111011 | 110001 | 0 | 11101 | 100000 | 10010001 | 100010 | 110011 |
Color Harmonies of #58AD7B
Complementary color
Monochromatic Colors of #58AD7B
Black with #58AD7B
Text Example
Text Example
White with #58AD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58AD7B; }
p { color: rgb(88,173,123); }
H1.HeaderClassName
{
color: #58AD7B;
}
.AnyTagClassName
{
color: #58AD7B;
}
</style>
background-color css
<style>
a { background-color: #58AD7B; }
a { background-color: rgb(88,173,123); }
div.DivClassName
{
background-color: #58AD7B;
}
.BgClassName
{
background-color: #58AD7B;
}
</style>
border-color css
<style>
span { border-color: #58AD7B; }
span { border-color: rgb(88,173,123); }
td.TdClassName
{
border-color: #58AD7B;
}
.TagClassName
{
border-color: #58AD7B;
}
</style>