Html Css Color HEX #57A38E Patina

📋 copy color: '#57A38E'

red 87 ◦ green 163 ◦ blue 142

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

Shades of Patina #57A38E

Tints of Patina #57A38E

RGB

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

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

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

R = 22.19%
G = 41.58%
B = 36.22%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#57A38E (or 0x57A38E) is known color: Patina. HEX triplet: 57, A3 and 8E. RGB value is (87,163,142). Sum of RGB (Red+Green+Blue) = 87+163+142=392 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.19% from 392); Green value is 163 (64.06% from 255 or 41.58% from 392); Blue value is 142 (55.86% from 255 or 36.22% from 392); Max value from RGB is 163 - color contains mainly: green. Hex color #57A38E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57A38E is #A85C71. Grayscale: #898989. Windows color (decimal): -11033714 or 9347927. OLE color: 9347927.

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

Color convert

RGB 87 163 142 -
CMYK 0.47 0 0.13 0.36
HSL 163.42º 0.3% 0.49% -
HSV(B) 163.42º 0.47% 0.64% -
XYZ 21.91 30.17 30.26 -
YUV 137.88 130.32 91.71 -
System Red Green Blue C M Y K H S L
Decimal 87 163 142 0.47 0 0.13 0.36 163.42 0.3 0.49
Hex 57 A3 8E 2F 0 D 24 A3 1E 31
Octal 127 243 216 57 0 15 44 243 36 61
Binary 1010111 10100011 10001110 101111 0 1101 100100 10100011 11110 110001

Color Harmonies of #57A38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57A38E

Black with #57A38E

Text Example


Text Example

White with #57A38E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,163,142); }

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

background-color css

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

 a { background-color: rgb(87,163,142); }

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

border-color css

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

 span { border-color: rgb(87,163,142); }

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