#5BA08C

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

Shades of Patina #5BA08C

Tints of Patina #5BA08C

Color information

#5BA08C (or 0x5BA08C) is unknown color: approx Patina. HEX triplet: 5B, A0 and 8C. RGB value is (91,160,140). Sum of RGB (Red+Green+Blue) = 91+160+140=391 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.27% from 391); Green value is 160 (62.89% from 255 or 40.92% from 391); Blue value is 140 (55.08% from 255 or 35.81% from 391); Max value from RGB is 160 - color contains mainly: green. Hex color #5BA08C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BA08C is #A45F73. Grayscale: #898989. Windows color (decimal): -10772340 or 9216091. OLE color: 9216091.

HSL color Cylindrical-coordinate representation of color #5BA08C: hue angle of 162.61º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5BA08C is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB91160140-
CMYK0.4300.120.37
HSL162.61º27.49%49.22%-
HSV(B)162.61º43.13%62.75%-
XYZ21.6229.2629.32-
YUV137.09129.6495.13-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.27%
GREEN value IS 160 (62.89% from 255) = 40.92%
BLUE value IS 140 (55.08% from 255) = 35.81%
R=23.27%
G=40.92%
B=35.81%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal911601400.4300.120.37162.6127.4949.22
Hex5BA08C2B0C25a31b31
Octal13324021453014452433361
Binary10110111010000010001100101011011001001011010001111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5BA08C; }

 p { color: rgb(91,160,140); }

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

<style>
 a { background-color: #5BA08C; }

 a { background-color: rgb(91,160,140); }

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

<style>
 span { border-color: #5BA08C; }

 span { border-color: rgb(91,160,140); }

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