#58B071

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

Shades of Ocean Green #58B071

Tints of Ocean Green #58B071

Color information

#58B071 (or 0x58B071) is unknown color: approx Ocean Green. HEX triplet: 58, B0 and 71. RGB value is (88,176,113). Sum of RGB (Red+Green+Blue) = 88+176+113=377 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.34% from 377); Green value is 176 (69.14% from 255 or 46.68% from 377); Blue value is 113 (44.53% from 255 or 29.97% from 377); Max value from RGB is 176 - color contains mainly: green. Hex color #58B071 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58B071 is #A74F8E. Grayscale: #8E8E8E. Windows color (decimal): -10964879 or 7450712. OLE color: 7450712.

HSL color Cylindrical-coordinate representation of color #58B071: hue angle of 137.05º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #58B071 is Cyan = 0.50, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB88176113-
CMYK0.5000.360.31
HSL137.05º35.77%51.76%-
HSV(B)137.05º50%69.02%-
XYZ22.5334.3221.06-
YUV142.51111.3589.12-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.34%
GREEN value IS 176 (69.14% from 255) = 46.68%
BLUE value IS 113 (44.53% from 255) = 29.97%
R=23.34%
G=46.68%
B=29.97%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal881761130.5000.360.31137.0535.7751.76
Hex58B071320241F892434
Octal13026016162044372114464
Binary101100010110000111000111001001001001111110001001100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,176,113); }

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

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

 a { background-color: rgb(88,176,113); }

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

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

 span { border-color: rgb(88,176,113); }

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