Shades of Ocean Green #589B7A
Tints of Ocean Green #589B7A
RGB
CMYK
RGB Variations
Color information
#589B7A (or 0x589B7A) is known color: Ocean Green. HEX triplet: 58, 9B and 7A. RGB value is (88,155,122). Sum of RGB (Red+Green+Blue) = 88+155+122=365 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.11% from 365); Green value is 155 (60.94% from 255 or 42.47% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 155 - color contains mainly: green. Hex color #589B7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #589B7A is #A76485. Grayscale: #838383. Windows color (decimal): -10970246 or 8035160. OLE color: 8035160.
HSL color Cylindrical-coordinate representation of color #589B7A: hue angle of 150.45º 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 #589B7A is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 88 | 155 | 122 | - |
| CMYK | 0.43 | 0 | 0.21 | 0.39 |
| HSL | 150.45º | 0.28% | 0.48% | - |
| HSV(B) | 150.45º | 0.43% | 0.61% | - |
| XYZ | 19.26 | 26.92 | 22.59 | - |
| YUV | 131.21 | 122.8 | 97.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 155 | 122 | 0.43 | 0 | 0.21 | 0.39 | 150.45 | 0.28 | 0.48 |
| Hex | 58 | 9B | 7A | 2B | 0 | 15 | 27 | 96 | 1C | 30 |
| Octal | 130 | 233 | 172 | 53 | 0 | 25 | 47 | 226 | 34 | 60 |
| Binary | 1011000 | 10011011 | 1111010 | 101011 | 0 | 10101 | 100111 | 10010110 | 11100 | 110000 |
Color Harmonies of #589B7A
Complementary color
Monochromatic Colors of #589B7A
Black with #589B7A
Text Example
Text Example
White with #589B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589B7A; }
p { color: rgb(88,155,122); }
H1.HeaderClassName
{
color: #589B7A;
}
.AnyTagClassName
{
color: #589B7A;
}
</style>
background-color css
<style>
a { background-color: #589B7A; }
a { background-color: rgb(88,155,122); }
div.DivClassName
{
background-color: #589B7A;
}
.BgClassName
{
background-color: #589B7A;
}
</style>
border-color css
<style>
span { border-color: #589B7A; }
span { border-color: rgb(88,155,122); }
td.TdClassName
{
border-color: #589B7A;
}
.TagClassName
{
border-color: #589B7A;
}
</style>