Html Css Color HEX #59A18B Patina

📋 copy color: '#59A18B'

red 89 ◦ green 161 ◦ blue 139

#59A18B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Patina #59A18B

Tints of Patina #59A18B

RGB

 RED value IS 89 (35.16% from 255) = 22.88%

 GREEN value IS 161 (63.28% from 255) = 41.39%

 BLUE value IS 139 (54.69% from 255) = 35.73%

R = 22.88%
G = 41.39%
B = 35.73%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#59A18B (or 0x59A18B) is known color: Patina. HEX triplet: 59, A1 and 8B. RGB value is (89,161,139). Sum of RGB (Red+Green+Blue) = 89+161+139=389 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.88% from 389); Green value is 161 (63.28% from 255 or 41.39% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 161 - color contains mainly: green. Hex color #59A18B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59A18B is #A65E74. Grayscale: #888888. Windows color (decimal): -10903157 or 9150809. OLE color: 9150809.

HSL color Cylindrical-coordinate representation of color #59A18B: hue angle of 161.67º 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 #59A18B is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB 89 161 139 -
CMYK 0.45 0 0.14 0.37
HSL 161.67º 0.29% 0.49% -
HSV(B) 161.67º 0.45% 0.63% -
XYZ 21.52 29.48 28.98 -
YUV 136.96 129.15 93.79 -
System Red Green Blue C M Y K H S L
Decimal 89 161 139 0.45 0 0.14 0.37 161.67 0.29 0.49
Hex 59 A1 8B 2D 0 E 25 A2 1D 31
Octal 131 241 213 55 0 16 45 242 35 61
Binary 1011001 10100001 10001011 101101 0 1110 100101 10100010 11101 110001

Color Harmonies of #59A18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59A18B

Black with #59A18B

Text Example


Text Example

White with #59A18B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59A18B; }

 p { color: rgb(89,161,139); }

 H1.HeaderClassName
 {
   color: #59A18B;
 }
 .AnyTagClassName
 {
   color: #59A18B;
 }
</style>

background-color css

<style>
 a { background-color: #59A18B; }

 a { background-color: rgb(89,161,139); }

 div.DivClassName
 {
   background-color: #59A18B;
 }
 .BgClassName
 {
   background-color: #59A18B;
 }
</style>

border-color css

<style>
 span { border-color: #59A18B; }

 span { border-color: rgb(89,161,139); }

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