#5F9C8A

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

Shades of Patina #5F9C8A

Tints of Patina #5F9C8A

Color information

#5F9C8A (or 0x5F9C8A) is unknown color: approx Patina. HEX triplet: 5F, 9C and 8A. RGB value is (95,156,138). Sum of RGB (Red+Green+Blue) = 95+156+138=389 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.42% from 389); Green value is 156 (61.33% from 255 or 40.10% from 389); Blue value is 138 (54.30% from 255 or 35.48% from 389); Max value from RGB is 156 - color contains mainly: green. Hex color #5F9C8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F9C8A is #A06375. Grayscale: #878787. Windows color (decimal): -10511222 or 9083999. OLE color: 9083999.

HSL color Cylindrical-coordinate representation of color #5F9C8A: hue angle of 162.3º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5F9C8A is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB95156138-
CMYK0.3900.120.39
HSL162.3º24.3%49.22%-
HSV(B)162.3º39.1%61.18%-
XYZ21.228.0428.34-
YUV135.71129.2998.96-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.42%
GREEN value IS 156 (61.33% from 255) = 40.10%
BLUE value IS 138 (54.30% from 255) = 35.48%
R=24.42%
G=40.10%
B=35.48%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal951561380.3900.120.39162.324.349.22
Hex5F9C8A270C27a21831
Octal13723421247014472423061
Binary10111111001110010001010100111011001001111010001011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,156,138); }

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

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

 a { background-color: rgb(95,156,138); }

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

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

 span { border-color: rgb(95,156,138); }

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