#5FA08A

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

Shades of Patina #5FA08A

Tints of Patina #5FA08A

Color information

#5FA08A (or 0x5FA08A) is unknown color: approx Patina. HEX triplet: 5F, A0 and 8A. RGB value is (95,160,138). Sum of RGB (Red+Green+Blue) = 95+160+138=393 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.17% from 393); Green value is 160 (62.89% from 255 or 40.71% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 160 - color contains mainly: green. Hex color #5FA08A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FA08A is #A05F75. Grayscale: #8A8A8A. Windows color (decimal): -10510198 or 9085023. OLE color: 9085023.

HSL color Cylindrical-coordinate representation of color #5FA08A: hue angle of 159.69º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5FA08A is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB95160138-
CMYK0.4100.140.37
HSL159.69º25.49%50%-
HSV(B)159.69º40.62%62.75%-
XYZ21.8829.4128.57-
YUV138.06127.9797.29-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.17%
GREEN value IS 160 (62.89% from 255) = 40.71%
BLUE value IS 138 (54.30% from 255) = 35.11%
R=24.17%
G=40.71%
B=35.11%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal951601380.4100.140.37159.6925.4950
Hex5FA08A290E25a01932
Octal13724021251016452403162
Binary10111111010000010001010101001011101001011010000011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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