Shades of Ocean Green #599D7B
Tints of Ocean Green #599D7B
RGB
CMYK
RGB Variations
Color information
#599D7B (or 0x599D7B) is known color: Ocean Green. HEX triplet: 59, 9D and 7B. RGB value is (89,157,123). Sum of RGB (Red+Green+Blue) = 89+157+123=369 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.12% from 369); Green value is 157 (61.72% from 255 or 42.55% from 369); Blue value is 123 (48.44% from 255 or 33.33% from 369); Max value from RGB is 157 - color contains mainly: green. Hex color #599D7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #599D7B is #A66284. Grayscale: #848484. Windows color (decimal): -10904197 or 8101209. OLE color: 8101209.
HSL color Cylindrical-coordinate representation of color #599D7B: 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.43%. Process color model (Four color, CMYK) of #599D7B is Cyan = 0.43, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 89 | 157 | 123 | - |
| CMYK | 0.43 | 0 | 0.22 | 0.38 |
| HSL | 150º | 0.28% | 0.48% | - |
| HSV(B) | 150º | 0.43% | 0.62% | - |
| XYZ | 19.75 | 27.67 | 23.04 | - |
| YUV | 132.79 | 122.47 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 157 | 123 | 0.43 | 0 | 0.22 | 0.38 | 150 | 0.28 | 0.48 |
| Hex | 59 | 9D | 7B | 2B | 0 | 16 | 26 | 96 | 1C | 30 |
| Octal | 131 | 235 | 173 | 53 | 0 | 26 | 46 | 226 | 34 | 60 |
| Binary | 1011001 | 10011101 | 1111011 | 101011 | 0 | 10110 | 100110 | 10010110 | 11100 | 110000 |
Color Harmonies of #599D7B
Complementary color
Monochromatic Colors of #599D7B
Black with #599D7B
Text Example
Text Example
White with #599D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599D7B; }
p { color: rgb(89,157,123); }
H1.HeaderClassName
{
color: #599D7B;
}
.AnyTagClassName
{
color: #599D7B;
}
</style>
background-color css
<style>
a { background-color: #599D7B; }
a { background-color: rgb(89,157,123); }
div.DivClassName
{
background-color: #599D7B;
}
.BgClassName
{
background-color: #599D7B;
}
</style>
border-color css
<style>
span { border-color: #599D7B; }
span { border-color: rgb(89,157,123); }
td.TdClassName
{
border-color: #599D7B;
}
.TagClassName
{
border-color: #599D7B;
}
</style>