Html Css Color HEX #55A18B Patina

📋 copy color: '#55A18B'

red 85 ◦ green 161 ◦ blue 139

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

Shades of Patina #55A18B

Tints of Patina #55A18B

RGB

 RED value IS 85 (33.59% from 255) = 22.08%

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

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

R = 22.08%
G = 41.82%
B = 36.1%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#55A18B (or 0x55A18B) is known color: Patina. HEX triplet: 55, A1 and 8B. RGB value is (85,161,139). Sum of RGB (Red+Green+Blue) = 85+161+139=385 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.08% from 385); Green value is 161 (63.28% from 255 or 41.82% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 161 - color contains mainly: green. Hex color #55A18B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A18B is #AA5E74. Grayscale: #878787. Windows color (decimal): -11165301 or 9150805. OLE color: 9150805.

HSL color Cylindrical-coordinate representation of color #55A18B: hue angle of 162.63º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #55A18B is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB 85 161 139 -
CMYK 0.47 0 0.14 0.37
HSL 162.63º 0.31% 0.48% -
HSV(B) 162.63º 0.47% 0.63% -
XYZ 21.15 29.29 28.96 -
YUV 135.77 129.82 91.79 -
System Red Green Blue C M Y K H S L
Decimal 85 161 139 0.47 0 0.14 0.37 162.63 0.31 0.48
Hex 55 A1 8B 2F 0 E 25 A3 1F 30
Octal 125 241 213 57 0 16 45 243 37 60
Binary 1010101 10100001 10001011 101111 0 1110 100101 10100011 11111 110000

Color Harmonies of #55A18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A18B

Black with #55A18B

Text Example


Text Example

White with #55A18B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55A18B; }

 p { color: rgb(85,161,139); }

 H1.HeaderClassName
 {
   color: #55A18B;
 }
 .AnyTagClassName
 {
   color: #55A18B;
 }
</style>

background-color css

<style>
 a { background-color: #55A18B; }

 a { background-color: rgb(85,161,139); }

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

border-color css

<style>
 span { border-color: #55A18B; }

 span { border-color: rgb(85,161,139); }

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