#58A188

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

Shades of Patina #58A188

Tints of Patina #58A188

Color information

#58A188 (or 0x58A188) is unknown color: approx Patina. HEX triplet: 58, A1 and 88. RGB value is (88,161,136). Sum of RGB (Red+Green+Blue) = 88+161+136=385 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.86% from 385); Green value is 161 (63.28% from 255 or 41.82% from 385); Blue value is 136 (53.52% from 255 or 35.32% from 385); Max value from RGB is 161 - color contains mainly: green. Hex color #58A188 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58A188 is #A75E77. Grayscale: #888888. Windows color (decimal): -10968696 or 8954200. OLE color: 8954200.

HSL color Cylindrical-coordinate representation of color #58A188: hue angle of 159.45º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #58A188 is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.37.

Color convert

RGB88161136-
CMYK0.4500.160.37
HSL159.45º29.32%48.82%-
HSV(B)159.45º45.34%63.14%-
XYZ21.2129.3427.84-
YUV136.32127.8293.53-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.86%
GREEN value IS 161 (63.28% from 255) = 41.82%
BLUE value IS 136 (53.52% from 255) = 35.32%
R=22.86%
G=41.82%
B=35.32%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal881611360.4500.160.37159.4529.3248.82
Hex58A1882D010259f1d31
Octal13024121055020452373561
Binary101100010100001100010001011010100001001011001111111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,161,136); }

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

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

 a { background-color: rgb(88,161,136); }

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

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

 span { border-color: rgb(88,161,136); }

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