Shades of Ocean Green #58A872
Tints of Ocean Green #58A872
RGB
CMYK
RGB Variations
Color information
#58A872 (or 0x58A872) is known color: Ocean Green. HEX triplet: 58, A8 and 72. RGB value is (88,168,114). Sum of RGB (Red+Green+Blue) = 88+168+114=370 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.78% from 370); Green value is 168 (66.02% from 255 or 45.41% from 370); Blue value is 114 (44.92% from 255 or 30.81% from 370); Max value from RGB is 168 - color contains mainly: green. Hex color #58A872 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A872 is #A7578D. Grayscale: #8A8A8A. Windows color (decimal): -10966926 or 7514200. OLE color: 7514200.
HSL color Cylindrical-coordinate representation of color #58A872: hue angle of 139.5º 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 #58A872 is Cyan = 0.48, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 88 | 168 | 114 | - |
| CMYK | 0.48 | 0 | 0.32 | 0.34 |
| HSL | 139.5º | 0.31% | 0.5% | - |
| HSV(B) | 139.5º | 0.48% | 0.66% | - |
| XYZ | 21.06 | 31.29 | 20.85 | - |
| YUV | 137.92 | 114.5 | 92.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 168 | 114 | 0.48 | 0 | 0.32 | 0.34 | 139.5 | 0.31 | 0.5 |
| Hex | 58 | A8 | 72 | 30 | 0 | 20 | 22 | 8C | 1F | 32 |
| Octal | 130 | 250 | 162 | 60 | 0 | 40 | 42 | 214 | 37 | 62 |
| Binary | 1011000 | 10101000 | 1110010 | 110000 | 0 | 100000 | 100010 | 10001100 | 11111 | 110010 |
Color Harmonies of #58A872
Complementary color
Monochromatic Colors of #58A872
Black with #58A872
Text Example
Text Example
White with #58A872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A872; }
p { color: rgb(88,168,114); }
H1.HeaderClassName
{
color: #58A872;
}
.AnyTagClassName
{
color: #58A872;
}
</style>
background-color css
<style>
a { background-color: #58A872; }
a { background-color: rgb(88,168,114); }
div.DivClassName
{
background-color: #58A872;
}
.BgClassName
{
background-color: #58A872;
}
</style>
border-color css
<style>
span { border-color: #58A872; }
span { border-color: rgb(88,168,114); }
td.TdClassName
{
border-color: #58A872;
}
.TagClassName
{
border-color: #58A872;
}
</style>