Shades of Ocean Green #58AB83
Tints of Ocean Green #58AB83
RGB
CMYK
RGB Variations
Color information
#58AB83 (or 0x58AB83) is known color: Ocean Green. HEX triplet: 58, AB and 83. RGB value is (88,171,131). Sum of RGB (Red+Green+Blue) = 88+171+131=390 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.56% from 390); Green value is 171 (67.19% from 255 or 43.85% from 390); Blue value is 131 (51.56% from 255 or 33.59% from 390); Max value from RGB is 171 - color contains mainly: green. Hex color #58AB83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58AB83 is #A7547C. Grayscale: #8D8D8D. Windows color (decimal): -10966141 or 8629080. OLE color: 8629080.
HSL color Cylindrical-coordinate representation of color #58AB83: hue angle of 151.08º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #58AB83 is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 88 | 171 | 131 | - |
| CMYK | 0.49 | 0 | 0.23 | 0.33 |
| HSL | 151.08º | 0.33% | 0.51% | - |
| HSV(B) | 151.08º | 0.49% | 0.67% | - |
| XYZ | 22.68 | 32.84 | 26.62 | - |
| YUV | 141.62 | 122 | 89.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 171 | 131 | 0.49 | 0 | 0.23 | 0.33 | 151.08 | 0.33 | 0.51 |
| Hex | 58 | AB | 83 | 31 | 0 | 17 | 21 | 97 | 21 | 33 |
| Octal | 130 | 253 | 203 | 61 | 0 | 27 | 41 | 227 | 41 | 63 |
| Binary | 1011000 | 10101011 | 10000011 | 110001 | 0 | 10111 | 100001 | 10010111 | 100001 | 110011 |
Color Harmonies of #58AB83
Complementary color
Monochromatic Colors of #58AB83
Black with #58AB83
Text Example
Text Example
White with #58AB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58AB83; }
p { color: rgb(88,171,131); }
H1.HeaderClassName
{
color: #58AB83;
}
.AnyTagClassName
{
color: #58AB83;
}
</style>
background-color css
<style>
a { background-color: #58AB83; }
a { background-color: rgb(88,171,131); }
div.DivClassName
{
background-color: #58AB83;
}
.BgClassName
{
background-color: #58AB83;
}
</style>
border-color css
<style>
span { border-color: #58AB83; }
span { border-color: rgb(88,171,131); }
td.TdClassName
{
border-color: #58AB83;
}
.TagClassName
{
border-color: #58AB83;
}
</style>