#58B578

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

Shades of Ocean Green #58B578

Tints of Ocean Green #58B578

Color information

#58B578 (or 0x58B578) is unknown color: approx Ocean Green. HEX triplet: 58, B5 and 78. RGB value is (88,181,120). Sum of RGB (Red+Green+Blue) = 88+181+120=389 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.62% from 389); Green value is 181 (71.09% from 255 or 46.53% from 389); Blue value is 120 (47.27% from 255 or 30.85% from 389); Max value from RGB is 181 - color contains mainly: green. Hex color #58B578 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58B578 is #A74A87. Grayscale: #929292. Windows color (decimal): -10963592 or 7910744. OLE color: 7910744.

HSL color Cylindrical-coordinate representation of color #58B578: hue angle of 140.65º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #58B578 is Cyan = 0.51, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB88181120-
CMYK0.5100.340.29
HSL140.65º38.59%52.75%-
HSV(B)140.65º51.38%70.98%-
XYZ23.9436.4823.55-
YUV146.24113.1986.46-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.62%
GREEN value IS 181 (71.09% from 255) = 46.53%
BLUE value IS 120 (47.27% from 255) = 30.85%
R=22.62%
G=46.53%
B=30.85%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal881811200.5100.340.29140.6538.5952.75
Hex58B578330221D8d2735
Octal13026517063042352154765
Binary101100010110101111100011001101000101110110001101100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,181,120); }

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

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

 a { background-color: rgb(88,181,120); }

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

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

 span { border-color: rgb(88,181,120); }

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