Shades of Ocean Green #58A677
Tints of Ocean Green #58A677
RGB
CMYK
RGB Variations
Color information
#58A677 (or 0x58A677) is known color: Ocean Green. HEX triplet: 58, A6 and 77. RGB value is (88,166,119). Sum of RGB (Red+Green+Blue) = 88+166+119=373 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.59% from 373); Green value is 166 (65.23% from 255 or 44.50% from 373); Blue value is 119 (46.88% from 255 or 31.90% from 373); Max value from RGB is 166 - color contains mainly: green. Hex color #58A677 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A677 is #A75988. Grayscale: #898989. Windows color (decimal): -10967433 or 7841368. OLE color: 7841368.
HSL color Cylindrical-coordinate representation of color #58A677: hue angle of 143.85º 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 #58A677 is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 88 | 166 | 119 | - |
| CMYK | 0.47 | 0 | 0.28 | 0.35 |
| HSL | 143.85º | 0.31% | 0.5% | - |
| HSV(B) | 143.85º | 0.47% | 0.65% | - |
| XYZ | 20.99 | 30.68 | 22.27 | - |
| YUV | 137.32 | 117.66 | 92.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 166 | 119 | 0.47 | 0 | 0.28 | 0.35 | 143.85 | 0.31 | 0.5 |
| Hex | 58 | A6 | 77 | 2F | 0 | 1C | 23 | 90 | 1F | 32 |
| Octal | 130 | 246 | 167 | 57 | 0 | 34 | 43 | 220 | 37 | 62 |
| Binary | 1011000 | 10100110 | 1110111 | 101111 | 0 | 11100 | 100011 | 10010000 | 11111 | 110010 |
Color Harmonies of #58A677
Complementary color
Monochromatic Colors of #58A677
Black with #58A677
Text Example
Text Example
White with #58A677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A677; }
p { color: rgb(88,166,119); }
H1.HeaderClassName
{
color: #58A677;
}
.AnyTagClassName
{
color: #58A677;
}
</style>
background-color css
<style>
a { background-color: #58A677; }
a { background-color: rgb(88,166,119); }
div.DivClassName
{
background-color: #58A677;
}
.BgClassName
{
background-color: #58A677;
}
</style>
border-color css
<style>
span { border-color: #58A677; }
span { border-color: rgb(88,166,119); }
td.TdClassName
{
border-color: #58A677;
}
.TagClassName
{
border-color: #58A677;
}
</style>