Shades of Ocean Green #589B6E
Tints of Ocean Green #589B6E
RGB
CMYK
RGB Variations
Color information
#589B6E (or 0x589B6E) is known color: Ocean Green. HEX triplet: 58, 9B and 6E. RGB value is (88,155,110). Sum of RGB (Red+Green+Blue) = 88+155+110=353 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.93% from 353); Green value is 155 (60.94% from 255 or 43.91% from 353); Blue value is 110 (43.36% from 255 or 31.16% from 353); Max value from RGB is 155 - color contains mainly: green. Hex color #589B6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #589B6E is #A76491. Grayscale: #818181. Windows color (decimal): -10970258 or 7248728. OLE color: 7248728.
HSL color Cylindrical-coordinate representation of color #589B6E: hue angle of 139.7º 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 #589B6E is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 88 | 155 | 110 | - |
| CMYK | 0.43 | 0 | 0.29 | 0.39 |
| HSL | 139.7º | 0.28% | 0.48% | - |
| HSV(B) | 139.7º | 0.43% | 0.61% | - |
| XYZ | 18.56 | 26.64 | 18.92 | - |
| YUV | 129.84 | 116.8 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 155 | 110 | 0.43 | 0 | 0.29 | 0.39 | 139.7 | 0.28 | 0.48 |
| Hex | 58 | 9B | 6E | 2B | 0 | 1D | 27 | 8C | 1C | 30 |
| Octal | 130 | 233 | 156 | 53 | 0 | 35 | 47 | 214 | 34 | 60 |
| Binary | 1011000 | 10011011 | 1101110 | 101011 | 0 | 11101 | 100111 | 10001100 | 11100 | 110000 |
Color Harmonies of #589B6E
Complementary color
Monochromatic Colors of #589B6E
Black with #589B6E
Text Example
Text Example
White with #589B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589B6E; }
p { color: rgb(88,155,110); }
H1.HeaderClassName
{
color: #589B6E;
}
.AnyTagClassName
{
color: #589B6E;
}
</style>
background-color css
<style>
a { background-color: #589B6E; }
a { background-color: rgb(88,155,110); }
div.DivClassName
{
background-color: #589B6E;
}
.BgClassName
{
background-color: #589B6E;
}
</style>
border-color css
<style>
span { border-color: #589B6E; }
span { border-color: rgb(88,155,110); }
td.TdClassName
{
border-color: #589B6E;
}
.TagClassName
{
border-color: #589B6E;
}
</style>