Shades of Ocean Green #58A873
Tints of Ocean Green #58A873
RGB
CMYK
RGB Variations
Color information
#58A873 (or 0x58A873) is known color: Ocean Green. HEX triplet: 58, A8 and 73. RGB value is (88,168,115). Sum of RGB (Red+Green+Blue) = 88+168+115=371 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.72% from 371); Green value is 168 (66.02% from 255 or 45.28% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 168 - color contains mainly: green. Hex color #58A873 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A873 is #A7578C. Grayscale: #8A8A8A. Windows color (decimal): -10966925 or 7579736. OLE color: 7579736.
HSL color Cylindrical-coordinate representation of color #58A873: hue angle of 140.25º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #58A873 is Cyan = 0.48, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 88 | 168 | 115 | - |
| CMYK | 0.48 | 0 | 0.32 | 0.34 |
| HSL | 140.25º | 0.31% | 0.5% | - |
| HSV(B) | 140.25º | 0.48% | 0.66% | - |
| XYZ | 21.12 | 31.32 | 21.15 | - |
| YUV | 138.04 | 115 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 168 | 115 | 0.48 | 0 | 0.32 | 0.34 | 140.25 | 0.31 | 0.5 |
| Hex | 58 | A8 | 73 | 30 | 0 | 20 | 22 | 8C | 1F | 32 |
| Octal | 130 | 250 | 163 | 60 | 0 | 40 | 42 | 214 | 37 | 62 |
| Binary | 1011000 | 10101000 | 1110011 | 110000 | 0 | 100000 | 100010 | 10001100 | 11111 | 110010 |
Color Harmonies of #58A873
Complementary color
Monochromatic Colors of #58A873
Black with #58A873
Text Example
Text Example
White with #58A873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A873; }
p { color: rgb(88,168,115); }
H1.HeaderClassName
{
color: #58A873;
}
.AnyTagClassName
{
color: #58A873;
}
</style>
background-color css
<style>
a { background-color: #58A873; }
a { background-color: rgb(88,168,115); }
div.DivClassName
{
background-color: #58A873;
}
.BgClassName
{
background-color: #58A873;
}
</style>
border-color css
<style>
span { border-color: #58A873; }
span { border-color: rgb(88,168,115); }
td.TdClassName
{
border-color: #58A873;
}
.TagClassName
{
border-color: #58A873;
}
</style>