Html Css Color HEX #56A38C Patina

📋 copy color: '#56A38C'

red 86 ◦ green 163 ◦ blue 140

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

Shades of Patina #56A38C

Tints of Patina #56A38C

RGB

 RED value IS 86 (33.98% from 255) = 22.11%

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

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

R = 22.11%
G = 41.9%
B = 35.99%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#56A38C (or 0x56A38C) is known color: Patina. HEX triplet: 56, A3 and 8C. RGB value is (86,163,140). Sum of RGB (Red+Green+Blue) = 86+163+140=389 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.11% from 389); Green value is 163 (64.06% from 255 or 41.90% from 389); Blue value is 140 (55.08% from 255 or 35.99% from 389); Max value from RGB is 163 - color contains mainly: green. Hex color #56A38C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56A38C is #A95C73. Grayscale: #898989. Windows color (decimal): -11099252 or 9216854. OLE color: 9216854.

HSL color Cylindrical-coordinate representation of color #56A38C: hue angle of 162.08º degrees, saturation: 0.31, 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 #56A38C is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB 86 163 140 -
CMYK 0.47 0 0.14 0.36
HSL 162.08º 0.31% 0.49% -
HSV(B) 162.08º 0.47% 0.64% -
XYZ 21.67 30.07 29.47 -
YUV 137.36 129.49 91.37 -
System Red Green Blue C M Y K H S L
Decimal 86 163 140 0.47 0 0.14 0.36 162.08 0.31 0.49
Hex 56 A3 8C 2F 0 E 24 A2 1F 31
Octal 126 243 214 57 0 16 44 242 37 61
Binary 1010110 10100011 10001100 101111 0 1110 100100 10100010 11111 110001

Color Harmonies of #56A38C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A38C

Black with #56A38C

Text Example


Text Example

White with #56A38C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56A38C; }

 p { color: rgb(86,163,140); }

 H1.HeaderClassName
 {
   color: #56A38C;
 }
 .AnyTagClassName
 {
   color: #56A38C;
 }
</style>

background-color css

<style>
 a { background-color: #56A38C; }

 a { background-color: rgb(86,163,140); }

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

border-color css

<style>
 span { border-color: #56A38C; }

 span { border-color: rgb(86,163,140); }

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