Shades of Ocean Green #58A07B
Tints of Ocean Green #58A07B
RGB
CMYK
RGB Variations
Color information
#58A07B (or 0x58A07B) is known color: Ocean Green. HEX triplet: 58, A0 and 7B. RGB value is (88,160,123). Sum of RGB (Red+Green+Blue) = 88+160+123=371 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.72% from 371); Green value is 160 (62.89% from 255 or 43.13% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 160 - color contains mainly: green. Hex color #58A07B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A07B is #A75F84. Grayscale: #868686. Windows color (decimal): -10968965 or 8101976. OLE color: 8101976.
HSL color Cylindrical-coordinate representation of color #58A07B: hue angle of 149.17º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #58A07B is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 88 | 160 | 123 | - |
| CMYK | 0.45 | 0 | 0.23 | 0.37 |
| HSL | 149.17º | 0.29% | 0.49% | - |
| HSV(B) | 149.17º | 0.45% | 0.63% | - |
| XYZ | 20.17 | 28.65 | 23.21 | - |
| YUV | 134.25 | 121.65 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 160 | 123 | 0.45 | 0 | 0.23 | 0.37 | 149.17 | 0.29 | 0.49 |
| Hex | 58 | A0 | 7B | 2D | 0 | 17 | 25 | 95 | 1D | 31 |
| Octal | 130 | 240 | 173 | 55 | 0 | 27 | 45 | 225 | 35 | 61 |
| Binary | 1011000 | 10100000 | 1111011 | 101101 | 0 | 10111 | 100101 | 10010101 | 11101 | 110001 |
Color Harmonies of #58A07B
Complementary color
Monochromatic Colors of #58A07B
Black with #58A07B
Text Example
Text Example
White with #58A07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A07B; }
p { color: rgb(88,160,123); }
H1.HeaderClassName
{
color: #58A07B;
}
.AnyTagClassName
{
color: #58A07B;
}
</style>
background-color css
<style>
a { background-color: #58A07B; }
a { background-color: rgb(88,160,123); }
div.DivClassName
{
background-color: #58A07B;
}
.BgClassName
{
background-color: #58A07B;
}
</style>
border-color css
<style>
span { border-color: #58A07B; }
span { border-color: rgb(88,160,123); }
td.TdClassName
{
border-color: #58A07B;
}
.TagClassName
{
border-color: #58A07B;
}
</style>