#58B17A

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

Shades of Ocean Green #58B17A

Tints of Ocean Green #58B17A

Color information

#58B17A (or 0x58B17A) is unknown color: approx Ocean Green. HEX triplet: 58, B1 and 7A. RGB value is (88,177,122). Sum of RGB (Red+Green+Blue) = 88+177+122=387 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.74% from 387); Green value is 177 (69.53% from 255 or 45.74% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 177 - color contains mainly: green. Hex color #58B17A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58B17A is #A74E85. Grayscale: #909090. Windows color (decimal): -10964614 or 8040792. OLE color: 8040792.

HSL color Cylindrical-coordinate representation of color #58B17A: hue angle of 142.92º 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 #58B17A is Cyan = 0.50, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB88177122-
CMYK0.5000.310.31
HSL142.92º36.33%51.96%-
HSV(B)142.92º50.28%69.41%-
XYZ23.2634.9223.93-
YUV144.12115.5187.97-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.74%
GREEN value IS 177 (69.53% from 255) = 45.74%
BLUE value IS 122 (48.05% from 255) = 31.52%
R=22.74%
G=45.74%
B=31.52%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal881771220.5000.310.31142.9236.3351.96
Hex58B17A3201F1F8f2434
Octal13026117262037372174464
Binary10110001011000111110101100100111111111110001111100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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