Html Css Color HEX #57A090 Patina

📋 copy color: '#57A090'

red 87 ◦ green 160 ◦ blue 144

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

Shades of Patina #57A090

Tints of Patina #57A090

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.92%

 BLUE value IS 144 (56.64% from 255) = 36.83%

R = 22.25%
G = 40.92%
B = 36.83%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.1

 K value IS 0.37

RGB Variations

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

Color information

#57A090 (or 0x57A090) is known color: Patina. HEX triplet: 57, A0 and 90. RGB value is (87,160,144). Sum of RGB (Red+Green+Blue) = 87+160+144=391 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.25% from 391); Green value is 160 (62.89% from 255 or 40.92% from 391); Blue value is 144 (56.64% from 255 or 36.83% from 391); Max value from RGB is 160 - color contains mainly: green. Hex color #57A090 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57A090 is #A85F6F. Grayscale: #888888. Windows color (decimal): -11034480 or 9478231. OLE color: 9478231.

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

Color convert

RGB 87 160 144 -
CMYK 0.46 0 0.1 0.37
HSL 166.85º 0.3% 0.48% -
HSV(B) 166.85º 0.46% 0.63% -
XYZ 21.54 29.18 30.88 -
YUV 136.35 132.32 92.8 -
System Red Green Blue C M Y K H S L
Decimal 87 160 144 0.46 0 0.1 0.37 166.85 0.3 0.48
Hex 57 A0 90 2E 0 A 25 A7 1E 30
Octal 127 240 220 56 0 12 45 247 36 60
Binary 1010111 10100000 10010000 101110 0 1010 100101 10100111 11110 110000

Color Harmonies of #57A090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57A090

Black with #57A090

Text Example


Text Example

White with #57A090

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,160,144); }

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

background-color css

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

 a { background-color: rgb(87,160,144); }

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

border-color css

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

 span { border-color: rgb(87,160,144); }

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