Shades of Ocean Green #589E7C
Tints of Ocean Green #589E7C
RGB
CMYK
RGB Variations
Color information
#589E7C (or 0x589E7C) is known color: Ocean Green. HEX triplet: 58, 9E and 7C. RGB value is (88,158,124). Sum of RGB (Red+Green+Blue) = 88+158+124=370 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.78% from 370); Green value is 158 (62.11% from 255 or 42.70% from 370); Blue value is 124 (48.83% from 255 or 33.51% from 370); Max value from RGB is 158 - color contains mainly: green. Hex color #589E7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #589E7C is #A76183. Grayscale: #858585. Windows color (decimal): -10969476 or 8167000. OLE color: 8167000.
HSL color Cylindrical-coordinate representation of color #589E7C: hue angle of 150.86º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #589E7C is Cyan = 0.44, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 88 | 158 | 124 | - |
| CMYK | 0.44 | 0 | 0.22 | 0.38 |
| HSL | 150.86º | 0.28% | 0.48% | - |
| HSV(B) | 150.86º | 0.44% | 0.62% | - |
| XYZ | 19.89 | 27.98 | 23.42 | - |
| YUV | 133.19 | 122.81 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 158 | 124 | 0.44 | 0 | 0.22 | 0.38 | 150.86 | 0.28 | 0.48 |
| Hex | 58 | 9E | 7C | 2C | 0 | 16 | 26 | 97 | 1C | 30 |
| Octal | 130 | 236 | 174 | 54 | 0 | 26 | 46 | 227 | 34 | 60 |
| Binary | 1011000 | 10011110 | 1111100 | 101100 | 0 | 10110 | 100110 | 10010111 | 11100 | 110000 |
Color Harmonies of #589E7C
Complementary color
Monochromatic Colors of #589E7C
Black with #589E7C
Text Example
Text Example
White with #589E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589E7C; }
p { color: rgb(88,158,124); }
H1.HeaderClassName
{
color: #589E7C;
}
.AnyTagClassName
{
color: #589E7C;
}
</style>
background-color css
<style>
a { background-color: #589E7C; }
a { background-color: rgb(88,158,124); }
div.DivClassName
{
background-color: #589E7C;
}
.BgClassName
{
background-color: #589E7C;
}
</style>
border-color css
<style>
span { border-color: #589E7C; }
span { border-color: rgb(88,158,124); }
td.TdClassName
{
border-color: #589E7C;
}
.TagClassName
{
border-color: #589E7C;
}
</style>