#55A38A

Color #55A38A Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #55A38A

Tints of Patina #55A38A

Color information

#55A38A (or 0x55A38A) is unknown color: approx Patina. HEX triplet: 55, A3 and 8A. RGB value is (85,163,138). Sum of RGB (Red+Green+Blue) = 85+163+138=386 (51% of max value = 765). Red value is 85 (33.59% from 255 or 22.02% from 386); Green value is 163 (64.06% from 255 or 42.23% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 163 - color contains mainly: green. Hex color #55A38A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A38A is #AA5C75. Grayscale: #888888. Windows color (decimal): -11164790 or 9085781. OLE color: 9085781.

HSL color Cylindrical-coordinate representation of color #55A38A: hue angle of 160.77º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #55A38A is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB85163138-
CMYK0.4800.150.36
HSL160.77º31.45%48.63%-
HSV(B)160.77º47.85%63.92%-
XYZ21.4329.9628.7-
YUV136.83128.6691.03-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.02%
GREEN value IS 163 (64.06% from 255) = 42.23%
BLUE value IS 138 (54.30% from 255) = 35.75%
R=22.02%
G=42.23%
B=35.75%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal851631380.4800.150.36160.7731.4548.63
Hex55A38A300F24a11f31
Octal12524321260017442413761
Binary10101011010001110001010110000011111001001010000111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,163,138); }

 H1.HeaderClassName
 {
   color: #55A38A;
 }
 .AnyTagClassName
 {
   color: #55A38A;
 }
</style>
background-color css

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

 a { background-color: rgb(85,163,138); }

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

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

 span { border-color: rgb(85,163,138); }

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