#58B57E

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

Shades of Ocean Green #58B57E

Tints of Ocean Green #58B57E

Color information

#58B57E (or 0x58B57E) is unknown color: approx Ocean Green. HEX triplet: 58, B5 and 7E. RGB value is (88,181,126). Sum of RGB (Red+Green+Blue) = 88+181+126=395 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.28% from 395); Green value is 181 (71.09% from 255 or 45.82% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 181 - color contains mainly: green. Hex color #58B57E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58B57E is #A74A81. Grayscale: #939393. Windows color (decimal): -10963586 or 8303960. OLE color: 8303960.

HSL color Cylindrical-coordinate representation of color #58B57E: hue angle of 144.52º 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 #58B57E is Cyan = 0.51, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB88181126-
CMYK0.5100.300.29
HSL144.52º38.59%52.75%-
HSV(B)144.52º51.38%70.98%-
XYZ24.3136.6325.53-
YUV146.92116.1985.97-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.28%
GREEN value IS 181 (71.09% from 255) = 45.82%
BLUE value IS 126 (49.61% from 255) = 31.90%
R=22.28%
G=45.82%
B=31.90%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal881811260.5100.300.29144.5238.5952.75
Hex58B57E3301E1D912735
Octal13026517663036352214765
Binary10110001011010111111101100110111101110110010001100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B57E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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