Html Css Color HEX #57A68B Patina

📋 copy color: '#57A68B'

red 87 ◦ green 166 ◦ blue 139

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

Shades of Patina #57A68B

Tints of Patina #57A68B

RGB

 RED value IS 87 (34.38% from 255) = 22.19%

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

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

R = 22.19%
G = 42.35%
B = 35.46%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#57A68B (or 0x57A68B) is known color: Patina. HEX triplet: 57, A6 and 8B. RGB value is (87,166,139). Sum of RGB (Red+Green+Blue) = 87+166+139=392 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.19% from 392); Green value is 166 (65.23% from 255 or 42.35% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 166 - color contains mainly: green. Hex color #57A68B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57A68B is #A85974. Grayscale: #8B8B8B. Windows color (decimal): -11032949 or 9152087. OLE color: 9152087.

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

Color convert

RGB 87 166 139 -
CMYK 0.48 0 0.16 0.35
HSL 159.49º 0.31% 0.5% -
HSV(B) 159.49º 0.48% 0.65% -
XYZ 22.23 31.16 29.27 -
YUV 139.3 127.83 90.7 -
System Red Green Blue C M Y K H S L
Decimal 87 166 139 0.48 0 0.16 0.35 159.49 0.31 0.5
Hex 57 A6 8B 30 0 10 23 9F 1F 32
Octal 127 246 213 60 0 20 43 237 37 62
Binary 1010111 10100110 10001011 110000 0 10000 100011 10011111 11111 110010

Color Harmonies of #57A68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57A68B

Black with #57A68B

Text Example


Text Example

White with #57A68B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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