#58B47A

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

Shades of Ocean Green #58B47A

Tints of Ocean Green #58B47A

Color information

#58B47A (or 0x58B47A) is unknown color: approx Ocean Green. HEX triplet: 58, B4 and 7A. RGB value is (88,180,122). Sum of RGB (Red+Green+Blue) = 88+180+122=390 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.56% from 390); Green value is 180 (70.70% from 255 or 46.15% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 180 - color contains mainly: green. Hex color #58B47A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58B47A is #A74B85. Grayscale: #929292. Windows color (decimal): -10963846 or 8041560. OLE color: 8041560.

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

Color convert

RGB88180122-
CMYK0.5100.320.29
HSL142.17º38.02%52.55%-
HSV(B)142.17º51.11%70.59%-
XYZ23.8636.1224.13-
YUV145.88114.5286.72-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.56%
GREEN value IS 180 (70.70% from 255) = 46.15%
BLUE value IS 122 (48.05% from 255) = 31.28%
R=22.56%
G=46.15%
B=31.28%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal881801220.5100.320.29142.1738.0252.55
Hex58B47A330201D8e2635
Octal13026417263040352164665
Binary101100010110100111101011001101000001110110001110100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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