Shades of Ocean Green #58A982
Tints of Ocean Green #58A982
RGB
CMYK
RGB Variations
Color information
#58A982 (or 0x58A982) is known color: Ocean Green. HEX triplet: 58, A9 and 82. RGB value is (88,169,130). Sum of RGB (Red+Green+Blue) = 88+169+130=387 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.74% from 387); Green value is 169 (66.41% from 255 or 43.67% from 387); Blue value is 130 (51.17% from 255 or 33.59% from 387); Max value from RGB is 169 - color contains mainly: green. Hex color #58A982 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58A982 is #A7567D. Grayscale: #8C8C8C. Windows color (decimal): -10966654 or 8563032. OLE color: 8563032.
HSL color Cylindrical-coordinate representation of color #58A982: hue angle of 151.11º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #58A982 is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 88 | 169 | 130 | - |
| CMYK | 0.48 | 0 | 0.23 | 0.34 |
| HSL | 151.11º | 0.32% | 0.5% | - |
| HSV(B) | 151.11º | 0.48% | 0.66% | - |
| XYZ | 22.24 | 32.06 | 26.14 | - |
| YUV | 140.34 | 122.16 | 90.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 169 | 130 | 0.48 | 0 | 0.23 | 0.34 | 151.11 | 0.32 | 0.5 |
| Hex | 58 | A9 | 82 | 30 | 0 | 17 | 22 | 97 | 20 | 32 |
| Octal | 130 | 251 | 202 | 60 | 0 | 27 | 42 | 227 | 40 | 62 |
| Binary | 1011000 | 10101001 | 10000010 | 110000 | 0 | 10111 | 100010 | 10010111 | 100000 | 110010 |
Color Harmonies of #58A982
Complementary color
Monochromatic Colors of #58A982
Black with #58A982
Text Example
Text Example
White with #58A982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A982; }
p { color: rgb(88,169,130); }
H1.HeaderClassName
{
color: #58A982;
}
.AnyTagClassName
{
color: #58A982;
}
</style>
background-color css
<style>
a { background-color: #58A982; }
a { background-color: rgb(88,169,130); }
div.DivClassName
{
background-color: #58A982;
}
.BgClassName
{
background-color: #58A982;
}
</style>
border-color css
<style>
span { border-color: #58A982; }
span { border-color: rgb(88,169,130); }
td.TdClassName
{
border-color: #58A982;
}
.TagClassName
{
border-color: #58A982;
}
</style>