Shades of Ocean Green #58A77B
Tints of Ocean Green #58A77B
RGB
CMYK
RGB Variations
Color information
#58A77B (or 0x58A77B) is known color: Ocean Green. HEX triplet: 58, A7 and 7B. RGB value is (88,167,123). Sum of RGB (Red+Green+Blue) = 88+167+123=378 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.28% from 378); Green value is 167 (65.62% from 255 or 44.18% from 378); Blue value is 123 (48.44% from 255 or 32.54% from 378); Max value from RGB is 167 - color contains mainly: green. Hex color #58A77B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A77B is #A75884. Grayscale: #8A8A8A. Windows color (decimal): -10967173 or 8103768. OLE color: 8103768.
HSL color Cylindrical-coordinate representation of color #58A77B: hue angle of 146.58º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #58A77B is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 88 | 167 | 123 | - |
| CMYK | 0.47 | 0 | 0.26 | 0.35 |
| HSL | 146.58º | 0.31% | 0.5% | - |
| HSV(B) | 146.58º | 0.47% | 0.65% | - |
| XYZ | 21.42 | 31.14 | 23.62 | - |
| YUV | 138.36 | 119.33 | 92.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 167 | 123 | 0.47 | 0 | 0.26 | 0.35 | 146.58 | 0.31 | 0.5 |
| Hex | 58 | A7 | 7B | 2F | 0 | 1A | 23 | 93 | 1F | 32 |
| Octal | 130 | 247 | 173 | 57 | 0 | 32 | 43 | 223 | 37 | 62 |
| Binary | 1011000 | 10100111 | 1111011 | 101111 | 0 | 11010 | 100011 | 10010011 | 11111 | 110010 |
Color Harmonies of #58A77B
Complementary color
Monochromatic Colors of #58A77B
Black with #58A77B
Text Example
Text Example
White with #58A77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A77B; }
p { color: rgb(88,167,123); }
H1.HeaderClassName
{
color: #58A77B;
}
.AnyTagClassName
{
color: #58A77B;
}
</style>
background-color css
<style>
a { background-color: #58A77B; }
a { background-color: rgb(88,167,123); }
div.DivClassName
{
background-color: #58A77B;
}
.BgClassName
{
background-color: #58A77B;
}
</style>
border-color css
<style>
span { border-color: #58A77B; }
span { border-color: rgb(88,167,123); }
td.TdClassName
{
border-color: #58A77B;
}
.TagClassName
{
border-color: #58A77B;
}
</style>