Html Css Color HEX #59A68B Patina

📋 copy color: '#59A68B'

red 89 ◦ green 166 ◦ blue 139

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

Shades of Patina #59A68B

Tints of Patina #59A68B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.13%

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

R = 22.59%
G = 42.13%
B = 35.28%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#59A68B (or 0x59A68B) is known color: Patina. HEX triplet: 59, A6 and 8B. RGB value is (89,166,139). Sum of RGB (Red+Green+Blue) = 89+166+139=394 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.59% from 394); Green value is 166 (65.23% from 255 or 42.13% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 166 - color contains mainly: green. Hex color #59A68B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59A68B is #A65974. Grayscale: #8B8B8B. Windows color (decimal): -10901877 or 9152089. OLE color: 9152089.

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

Color convert

RGB 89 166 139 -
CMYK 0.46 0 0.16 0.35
HSL 158.96º 0.3% 0.5% -
HSV(B) 158.96º 0.46% 0.65% -
XYZ 22.42 31.26 29.28 -
YUV 139.9 127.49 91.7 -
System Red Green Blue C M Y K H S L
Decimal 89 166 139 0.46 0 0.16 0.35 158.96 0.3 0.5
Hex 59 A6 8B 2E 0 10 23 9F 1E 32
Octal 131 246 213 56 0 20 43 237 36 62
Binary 1011001 10100110 10001011 101110 0 10000 100011 10011111 11110 110010

Color Harmonies of #59A68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59A68B

Black with #59A68B

Text Example


Text Example

White with #59A68B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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