Shades of Ocean Green #589873
Tints of Ocean Green #589873
RGB
CMYK
RGB Variations
Color information
#589873 (or 0x589873) is known color: Ocean Green. HEX triplet: 58, 98 and 73. RGB value is (88,152,115). Sum of RGB (Red+Green+Blue) = 88+152+115=355 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.79% from 355); Green value is 152 (59.77% from 255 or 42.82% from 355); Blue value is 115 (45.31% from 255 or 32.39% from 355); Max value from RGB is 152 - color contains mainly: green. Hex color #589873 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #589873 is #A7678C. Grayscale: #808080. Windows color (decimal): -10971021 or 7575640. OLE color: 7575640.
HSL color Cylindrical-coordinate representation of color #589873: hue angle of 145.31º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #589873 is Cyan = 0.42, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 88 | 152 | 115 | - |
| CMYK | 0.42 | 0 | 0.24 | 0.40 |
| HSL | 145.31º | 0.27% | 0.47% | - |
| HSV(B) | 145.31º | 0.42% | 0.6% | - |
| XYZ | 18.35 | 25.77 | 20.23 | - |
| YUV | 128.65 | 120.3 | 99.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 152 | 115 | 0.42 | 0 | 0.24 | 0.40 | 145.31 | 0.27 | 0.47 |
| Hex | 58 | 98 | 73 | 2A | 0 | 18 | 28 | 91 | 1B | 2F |
| Octal | 130 | 230 | 163 | 52 | 0 | 30 | 50 | 221 | 33 | 57 |
| Binary | 1011000 | 10011000 | 1110011 | 101010 | 0 | 11000 | 101000 | 10010001 | 11011 | 101111 |
Color Harmonies of #589873
Complementary color
Monochromatic Colors of #589873
Black with #589873
Text Example
Text Example
White with #589873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589873; }
p { color: rgb(88,152,115); }
H1.HeaderClassName
{
color: #589873;
}
.AnyTagClassName
{
color: #589873;
}
</style>
background-color css
<style>
a { background-color: #589873; }
a { background-color: rgb(88,152,115); }
div.DivClassName
{
background-color: #589873;
}
.BgClassName
{
background-color: #589873;
}
</style>
border-color css
<style>
span { border-color: #589873; }
span { border-color: rgb(88,152,115); }
td.TdClassName
{
border-color: #589873;
}
.TagClassName
{
border-color: #589873;
}
</style>