Shades of Ocean Green #589C68
Tints of Ocean Green #589C68
RGB
CMYK
RGB Variations
Color information
#589C68 (or 0x589C68) is known color: Ocean Green. HEX triplet: 58, 9C and 68. RGB value is (88,156,104). Sum of RGB (Red+Green+Blue) = 88+156+104=348 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.29% from 348); Green value is 156 (61.33% from 255 or 44.83% from 348); Blue value is 104 (41.02% from 255 or 29.89% from 348); Max value from RGB is 156 - color contains mainly: green. Hex color #589C68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #589C68 is #A76397. Grayscale: #818181. Windows color (decimal): -10970008 or 6855768. OLE color: 6855768.
HSL color Cylindrical-coordinate representation of color #589C68: hue angle of 134.12º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #589C68 is Cyan = 0.44, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 88 | 156 | 104 | - |
| CMYK | 0.44 | 0 | 0.33 | 0.39 |
| HSL | 134.12º | 0.28% | 0.48% | - |
| HSV(B) | 134.12º | 0.44% | 0.61% | - |
| XYZ | 18.41 | 26.85 | 17.31 | - |
| YUV | 129.74 | 113.47 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 156 | 104 | 0.44 | 0 | 0.33 | 0.39 | 134.12 | 0.28 | 0.48 |
| Hex | 58 | 9C | 68 | 2C | 0 | 21 | 27 | 86 | 1C | 30 |
| Octal | 130 | 234 | 150 | 54 | 0 | 41 | 47 | 206 | 34 | 60 |
| Binary | 1011000 | 10011100 | 1101000 | 101100 | 0 | 100001 | 100111 | 10000110 | 11100 | 110000 |
Color Harmonies of #589C68
Complementary color
Monochromatic Colors of #589C68
Black with #589C68
Text Example
Text Example
White with #589C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589C68; }
p { color: rgb(88,156,104); }
H1.HeaderClassName
{
color: #589C68;
}
.AnyTagClassName
{
color: #589C68;
}
</style>
background-color css
<style>
a { background-color: #589C68; }
a { background-color: rgb(88,156,104); }
div.DivClassName
{
background-color: #589C68;
}
.BgClassName
{
background-color: #589C68;
}
</style>
border-color css
<style>
span { border-color: #589C68; }
span { border-color: rgb(88,156,104); }
td.TdClassName
{
border-color: #589C68;
}
.TagClassName
{
border-color: #589C68;
}
</style>