#54A187

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

Shades of Patina #54A187

Tints of Patina #54A187

Color information

#54A187 (or 0x54A187) is unknown color: approx Patina. HEX triplet: 54, A1 and 87. RGB value is (84,161,135). Sum of RGB (Red+Green+Blue) = 84+161+135=380 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.11% from 380); Green value is 161 (63.28% from 255 or 42.37% from 380); Blue value is 135 (53.12% from 255 or 35.53% from 380); Max value from RGB is 161 - color contains mainly: green. Hex color #54A187 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A187 is #AB5E78. Grayscale: #878787. Windows color (decimal): -11230841 or 8888660. OLE color: 8888660.

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

Color convert

RGB84161135-
CMYK0.4800.160.37
HSL159.74º31.43%48.04%-
HSV(B)159.74º47.83%63.14%-
XYZ20.7729.1227.45-
YUV135.01127.9991.61-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.11%
GREEN value IS 161 (63.28% from 255) = 42.37%
BLUE value IS 135 (53.12% from 255) = 35.53%
R=22.11%
G=42.37%
B=35.53%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal841611350.4800.160.37159.7431.4348.04
Hex54A1873001025a01f30
Octal12424120760020452403760
Binary101010010100001100001111100000100001001011010000011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54A187; }

 p { color: rgb(84,161,135); }

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

<style>
 a { background-color: #54A187; }

 a { background-color: rgb(84,161,135); }

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

<style>
 span { border-color: #54A187; }

 span { border-color: rgb(84,161,135); }

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