Shades of Ocean Green #589D7B
Tints of Ocean Green #589D7B
RGB
CMYK
RGB Variations
Color information
#589D7B (or 0x589D7B) is known color: Ocean Green. HEX triplet: 58, 9D and 7B. RGB value is (88,157,123). Sum of RGB (Red+Green+Blue) = 88+157+123=368 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.91% from 368); Green value is 157 (61.72% from 255 or 42.66% from 368); Blue value is 123 (48.44% from 255 or 33.42% from 368); Max value from RGB is 157 - color contains mainly: green. Hex color #589D7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #589D7B is #A76284. Grayscale: #848484. Windows color (decimal): -10969733 or 8101208. OLE color: 8101208.
HSL color Cylindrical-coordinate representation of color #589D7B: hue angle of 150.43º 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 #589D7B is Cyan = 0.44, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 88 | 157 | 123 | - |
| CMYK | 0.44 | 0 | 0.22 | 0.38 |
| HSL | 150.43º | 0.28% | 0.48% | - |
| HSV(B) | 150.43º | 0.44% | 0.62% | - |
| XYZ | 19.66 | 27.62 | 23.03 | - |
| YUV | 132.49 | 122.64 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 157 | 123 | 0.44 | 0 | 0.22 | 0.38 | 150.43 | 0.28 | 0.48 |
| Hex | 58 | 9D | 7B | 2C | 0 | 16 | 26 | 96 | 1C | 30 |
| Octal | 130 | 235 | 173 | 54 | 0 | 26 | 46 | 226 | 34 | 60 |
| Binary | 1011000 | 10011101 | 1111011 | 101100 | 0 | 10110 | 100110 | 10010110 | 11100 | 110000 |
Color Harmonies of #589D7B
Complementary color
Monochromatic Colors of #589D7B
Black with #589D7B
Text Example
Text Example
White with #589D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589D7B; }
p { color: rgb(88,157,123); }
H1.HeaderClassName
{
color: #589D7B;
}
.AnyTagClassName
{
color: #589D7B;
}
</style>
background-color css
<style>
a { background-color: #589D7B; }
a { background-color: rgb(88,157,123); }
div.DivClassName
{
background-color: #589D7B;
}
.BgClassName
{
background-color: #589D7B;
}
</style>
border-color css
<style>
span { border-color: #589D7B; }
span { border-color: rgb(88,157,123); }
td.TdClassName
{
border-color: #589D7B;
}
.TagClassName
{
border-color: #589D7B;
}
</style>