Shades of Ocean Green #589E7B
Tints of Ocean Green #589E7B
RGB
CMYK
RGB Variations
Color information
#589E7B (or 0x589E7B) is known color: Ocean Green. HEX triplet: 58, 9E and 7B. RGB value is (88,158,123). Sum of RGB (Red+Green+Blue) = 88+158+123=369 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.85% from 369); Green value is 158 (62.11% from 255 or 42.82% from 369); Blue value is 123 (48.44% from 255 or 33.33% from 369); Max value from RGB is 158 - color contains mainly: green. Hex color #589E7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #589E7B is #A76184. Grayscale: #858585. Windows color (decimal): -10969477 or 8101464. OLE color: 8101464.
HSL color Cylindrical-coordinate representation of color #589E7B: hue angle of 150º 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 #589E7B is Cyan = 0.44, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 88 | 158 | 123 | - |
| CMYK | 0.44 | 0 | 0.22 | 0.38 |
| HSL | 150º | 0.28% | 0.48% | - |
| HSV(B) | 150º | 0.44% | 0.62% | - |
| XYZ | 19.83 | 27.96 | 23.09 | - |
| YUV | 133.08 | 122.31 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 158 | 123 | 0.44 | 0 | 0.22 | 0.38 | 150 | 0.28 | 0.48 |
| Hex | 58 | 9E | 7B | 2C | 0 | 16 | 26 | 96 | 1C | 30 |
| Octal | 130 | 236 | 173 | 54 | 0 | 26 | 46 | 226 | 34 | 60 |
| Binary | 1011000 | 10011110 | 1111011 | 101100 | 0 | 10110 | 100110 | 10010110 | 11100 | 110000 |
Color Harmonies of #589E7B
Complementary color
Monochromatic Colors of #589E7B
Black with #589E7B
Text Example
Text Example
White with #589E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589E7B; }
p { color: rgb(88,158,123); }
H1.HeaderClassName
{
color: #589E7B;
}
.AnyTagClassName
{
color: #589E7B;
}
</style>
background-color css
<style>
a { background-color: #589E7B; }
a { background-color: rgb(88,158,123); }
div.DivClassName
{
background-color: #589E7B;
}
.BgClassName
{
background-color: #589E7B;
}
</style>
border-color css
<style>
span { border-color: #589E7B; }
span { border-color: rgb(88,158,123); }
td.TdClassName
{
border-color: #589E7B;
}
.TagClassName
{
border-color: #589E7B;
}
</style>