#58B37A

Color #58B37A Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #58B37A

Tints of Ocean Green #58B37A

Color information

#58B37A (or 0x58B37A) is unknown color: approx Ocean Green. HEX triplet: 58, B3 and 7A. RGB value is (88,179,122). Sum of RGB (Red+Green+Blue) = 88+179+122=389 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.62% from 389); Green value is 179 (70.31% from 255 or 46.02% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 179 - color contains mainly: green. Hex color #58B37A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58B37A is #A74C85. Grayscale: #919191. Windows color (decimal): -10964102 or 8041304. OLE color: 8041304.

HSL color Cylindrical-coordinate representation of color #58B37A: hue angle of 142.42º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #58B37A is Cyan = 0.51, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB88179122-
CMYK0.5100.320.30
HSL142.42º37.45%52.35%-
HSV(B)142.42º50.84%70.2%-
XYZ23.6635.7224.06-
YUV145.29114.8587.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 88 (34.77% from 255) = 22.62%
GREEN value IS 179 (70.31% from 255) = 46.02%
BLUE value IS 122 (48.05% from 255) = 31.36%
R=22.62%
G=46.02%
B=31.36%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal881791220.5100.320.30142.4237.4552.35
Hex58B37A330201E8e2534
Octal13026317263040362164564
Binary101100010110011111101011001101000001111010001110100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58B37A; }

 p { color: rgb(88,179,122); }

 H1.HeaderClassName
 {
   color: #58B37A;
 }
 .AnyTagClassName
 {
   color: #58B37A;
 }
</style>
background-color css

<style>
 a { background-color: #58B37A; }

 a { background-color: rgb(88,179,122); }

 div.DivClassName
 {
   background-color: #58B37A;
 }
 .BgClassName
 {
   background-color: #58B37A;
 }
</style>
border-color css

<style>
 span { border-color: #58B37A; }

 span { border-color: rgb(88,179,122); }

 td.TdClassName
 {
   border-color: #58B37A;
 }
 .TagClassName
 {
   border-color: #58B37A;
 }
</style>