Shades of Ocean Green #589B72
Tints of Ocean Green #589B72
RGB
CMYK
RGB Variations
Color information
#589B72 (or 0x589B72) is known color: Ocean Green. HEX triplet: 58, 9B and 72. RGB value is (88,155,114). Sum of RGB (Red+Green+Blue) = 88+155+114=357 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.65% from 357); Green value is 155 (60.94% from 255 or 43.42% from 357); Blue value is 114 (44.92% from 255 or 31.93% from 357); Max value from RGB is 155 - color contains mainly: green. Hex color #589B72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #589B72 is #A7648D. Grayscale: #828282. Windows color (decimal): -10970254 or 7510872. OLE color: 7510872.
HSL color Cylindrical-coordinate representation of color #589B72: hue angle of 143.28º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #589B72 is Cyan = 0.43, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 88 | 155 | 114 | - |
| CMYK | 0.43 | 0 | 0.26 | 0.39 |
| HSL | 143.28º | 0.28% | 0.48% | - |
| HSV(B) | 143.28º | 0.43% | 0.61% | - |
| XYZ | 18.78 | 26.73 | 20.09 | - |
| YUV | 130.29 | 118.8 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 155 | 114 | 0.43 | 0 | 0.26 | 0.39 | 143.28 | 0.28 | 0.48 |
| Hex | 58 | 9B | 72 | 2B | 0 | 1A | 27 | 8F | 1C | 30 |
| Octal | 130 | 233 | 162 | 53 | 0 | 32 | 47 | 217 | 34 | 60 |
| Binary | 1011000 | 10011011 | 1110010 | 101011 | 0 | 11010 | 100111 | 10001111 | 11100 | 110000 |
Color Harmonies of #589B72
Complementary color
Monochromatic Colors of #589B72
Black with #589B72
Text Example
Text Example
White with #589B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589B72; }
p { color: rgb(88,155,114); }
H1.HeaderClassName
{
color: #589B72;
}
.AnyTagClassName
{
color: #589B72;
}
</style>
background-color css
<style>
a { background-color: #589B72; }
a { background-color: rgb(88,155,114); }
div.DivClassName
{
background-color: #589B72;
}
.BgClassName
{
background-color: #589B72;
}
</style>
border-color css
<style>
span { border-color: #589B72; }
span { border-color: rgb(88,155,114); }
td.TdClassName
{
border-color: #589B72;
}
.TagClassName
{
border-color: #589B72;
}
</style>