Html Css Color HEX #59A48E Patina

📋 copy color: '#59A48E'

red 89 ◦ green 164 ◦ blue 142

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

Shades of Patina #59A48E

Tints of Patina #59A48E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.95%

R = 22.53%
G = 41.52%
B = 35.95%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#59A48E (or 0x59A48E) is known color: Patina. HEX triplet: 59, A4 and 8E. RGB value is (89,164,142). Sum of RGB (Red+Green+Blue) = 89+164+142=395 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.53% from 395); Green value is 164 (64.45% from 255 or 41.52% from 395); Blue value is 142 (55.86% from 255 or 35.95% from 395); Max value from RGB is 164 - color contains mainly: green. Hex color #59A48E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59A48E is #A65B71. Grayscale: #8B8B8B. Windows color (decimal): -10902386 or 9348185. OLE color: 9348185.

HSL color Cylindrical-coordinate representation of color #59A48E: hue angle of 162.4º 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 #59A48E is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB 89 164 142 -
CMYK 0.46 0 0.13 0.36
HSL 162.4º 0.3% 0.5% -
HSV(B) 162.4º 0.46% 0.64% -
XYZ 22.28 30.63 30.33 -
YUV 139.07 129.65 92.29 -
System Red Green Blue C M Y K H S L
Decimal 89 164 142 0.46 0 0.13 0.36 162.4 0.3 0.5
Hex 59 A4 8E 2E 0 D 24 A2 1E 32
Octal 131 244 216 56 0 15 44 242 36 62
Binary 1011001 10100100 10001110 101110 0 1101 100100 10100010 11110 110010

Color Harmonies of #59A48E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59A48E

Black with #59A48E

Text Example


Text Example

White with #59A48E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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