Html Css Color HEX #57A18C Patina

📋 copy color: '#57A18C'

red 87 ◦ green 161 ◦ blue 140

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

Shades of Patina #57A18C

Tints of Patina #57A18C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 41.49%

 BLUE value IS 140 (55.08% from 255) = 36.08%

R = 22.42%
G = 41.49%
B = 36.08%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.13

 K value IS 0.37

RGB Variations

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

Color information

#57A18C (or 0x57A18C) is known color: Patina. HEX triplet: 57, A1 and 8C. RGB value is (87,161,140). Sum of RGB (Red+Green+Blue) = 87+161+140=388 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.42% from 388); Green value is 161 (63.28% from 255 or 41.49% from 388); Blue value is 140 (55.08% from 255 or 36.08% from 388); Max value from RGB is 161 - color contains mainly: green. Hex color #57A18C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57A18C is #A85E73. Grayscale: #888888. Windows color (decimal): -11034228 or 9216343. OLE color: 9216343.

HSL color Cylindrical-coordinate representation of color #57A18C: hue angle of 162.97º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #57A18C is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.37.

Color convert

RGB 87 161 140 -
CMYK 0.46 0 0.13 0.37
HSL 162.97º 0.3% 0.49% -
HSV(B) 162.97º 0.46% 0.63% -
XYZ 21.41 29.41 29.36 -
YUV 136.48 129.98 92.71 -
System Red Green Blue C M Y K H S L
Decimal 87 161 140 0.46 0 0.13 0.37 162.97 0.3 0.49
Hex 57 A1 8C 2E 0 D 25 A3 1E 31
Octal 127 241 214 56 0 15 45 243 36 61
Binary 1010111 10100001 10001100 101110 0 1101 100101 10100011 11110 110001

Color Harmonies of #57A18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57A18C

Black with #57A18C

Text Example


Text Example

White with #57A18C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,161,140); }

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

background-color css

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

 a { background-color: rgb(87,161,140); }

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

border-color css

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

 span { border-color: rgb(87,161,140); }

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