#58A38D

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

Shades of Patina #58A38D

Tints of Patina #58A38D

Color information

#58A38D (or 0x58A38D) is unknown color: approx Patina. HEX triplet: 58, A3 and 8D. RGB value is (88,163,141). Sum of RGB (Red+Green+Blue) = 88+163+141=392 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.45% from 392); Green value is 163 (64.06% from 255 or 41.58% from 392); Blue value is 141 (55.47% from 255 or 35.97% from 392); Max value from RGB is 163 - color contains mainly: green. Hex color #58A38D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58A38D is #A75C72. Grayscale: #8A8A8A. Windows color (decimal): -10968179 or 9282392. OLE color: 9282392.

HSL color Cylindrical-coordinate representation of color #58A38D: hue angle of 162.4º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #58A38D is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB88163141-
CMYK0.4600.130.36
HSL162.4º29.88%49.22%-
HSV(B)162.4º46.01%63.92%-
XYZ21.9330.1929.87-
YUV138.07129.6592.29-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.45%
GREEN value IS 163 (64.06% from 255) = 41.58%
BLUE value IS 141 (55.47% from 255) = 35.97%
R=22.45%
G=41.58%
B=35.97%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal881631410.4600.130.36162.429.8849.22
Hex58A38D2E0D24a21e31
Octal13024321556015442423661
Binary10110001010001110001101101110011011001001010001011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,163,141); }

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

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

 a { background-color: rgb(88,163,141); }

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

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

 span { border-color: rgb(88,163,141); }

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