#58A68A

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

Shades of Patina #58A68A

Tints of Patina #58A68A

Color information

#58A68A (or 0x58A68A) is unknown color: approx Patina. HEX triplet: 58, A6 and 8A. RGB value is (88,166,138). Sum of RGB (Red+Green+Blue) = 88+166+138=392 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.45% from 392); Green value is 166 (65.23% from 255 or 42.35% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 166 - color contains mainly: green. Hex color #58A68A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58A68A is #A75975. Grayscale: #8B8B8B. Windows color (decimal): -10967414 or 9086552. OLE color: 9086552.

HSL color Cylindrical-coordinate representation of color #58A68A: hue angle of 158.46º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #58A68A is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB88166138-
CMYK0.4700.170.35
HSL158.46º30.71%49.8%-
HSV(B)158.46º46.99%65.1%-
XYZ22.2531.1828.89-
YUV139.49127.1691.28-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.45%
GREEN value IS 166 (65.23% from 255) = 42.35%
BLUE value IS 138 (54.30% from 255) = 35.20%
R=22.45%
G=42.35%
B=35.20%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal881661380.4700.170.35158.4630.7149.8
Hex58A68A2F011239e1f32
Octal13024621257021432363762
Binary101100010100110100010101011110100011000111001111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,166,138); }

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

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

 a { background-color: rgb(88,166,138); }

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

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

 span { border-color: rgb(88,166,138); }

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