Html Css Color HEX #59A48A Patina

📋 copy color: '#59A48A'

red 89 ◦ green 164 ◦ blue 138

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

Shades of Patina #59A48A

Tints of Patina #59A48A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.94%

 BLUE value IS 138 (54.3% from 255) = 35.29%

R = 22.76%
G = 41.94%
B = 35.29%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#59A48A (or 0x59A48A) is known color: Patina. HEX triplet: 59, A4 and 8A. RGB value is (89,164,138). Sum of RGB (Red+Green+Blue) = 89+164+138=391 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.76% from 391); Green value is 164 (64.45% from 255 or 41.94% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 164 - color contains mainly: green. Hex color #59A48A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59A48A is #A65B75. Grayscale: #8A8A8A. Windows color (decimal): -10902390 or 9086041. OLE color: 9086041.

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

Color convert

RGB 89 164 138 -
CMYK 0.46 0 0.16 0.36
HSL 159.2º 0.3% 0.5% -
HSV(B) 159.2º 0.46% 0.64% -
XYZ 21.98 30.51 28.78 -
YUV 138.61 127.65 92.61 -
System Red Green Blue C M Y K H S L
Decimal 89 164 138 0.46 0 0.16 0.36 159.2 0.3 0.5
Hex 59 A4 8A 2E 0 10 24 9F 1E 32
Octal 131 244 212 56 0 20 44 237 36 62
Binary 1011001 10100100 10001010 101110 0 10000 100100 10011111 11110 110010

Color Harmonies of #59A48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59A48A

Black with #59A48A

Text Example


Text Example

White with #59A48A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,164,138); }

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

background-color css

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

 a { background-color: rgb(89,164,138); }

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

border-color css

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

 span { border-color: rgb(89,164,138); }

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