Html Css Color HEX #59A38A Patina

📋 copy color: '#59A38A'

red 89 ◦ green 163 ◦ blue 138

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

Shades of Patina #59A38A

Tints of Patina #59A38A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.79%

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

R = 22.82%
G = 41.79%
B = 35.38%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#59A38A (or 0x59A38A) is known color: Patina. HEX triplet: 59, A3 and 8A. RGB value is (89,163,138). Sum of RGB (Red+Green+Blue) = 89+163+138=390 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.82% from 390); Green value is 163 (64.06% from 255 or 41.79% from 390); Blue value is 138 (54.30% from 255 or 35.38% from 390); Max value from RGB is 163 - color contains mainly: green. Hex color #59A38A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59A38A is #A65C75. Grayscale: #8A8A8A. Windows color (decimal): -10902646 or 9085785. OLE color: 9085785.

HSL color Cylindrical-coordinate representation of color #59A38A: hue angle of 159.73º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #59A38A is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 89 163 138 -
CMYK 0.45 0 0.15 0.36
HSL 159.73º 0.29% 0.49% -
HSV(B) 159.73º 0.45% 0.64% -
XYZ 21.8 30.15 28.72 -
YUV 138.02 127.98 93.03 -
System Red Green Blue C M Y K H S L
Decimal 89 163 138 0.45 0 0.15 0.36 159.73 0.29 0.49
Hex 59 A3 8A 2D 0 F 24 A0 1D 31
Octal 131 243 212 55 0 17 44 240 35 61
Binary 1011001 10100011 10001010 101101 0 1111 100100 10100000 11101 110001

Color Harmonies of #59A38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59A38A

Black with #59A38A

Text Example


Text Example

White with #59A38A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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