Html Css Color HEX #54A187 Patina

📋 copy color: '#54A187'

red 84 ◦ green 161 ◦ blue 135

#54A187
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Patina #54A187

Tints of Patina #54A187

RGB

 RED value IS 84 (33.2% from 255) = 22.11%

 GREEN value IS 161 (63.28% from 255) = 42.37%

 BLUE value IS 135 (53.13% from 255) = 35.53%

R = 22.11%
G = 42.37%
B = 35.53%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#54A187 (or 0x54A187) is known color: 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

RGB 84 161 135 -
CMYK 0.48 0 0.16 0.37
HSL 159.74º 0.31% 0.48% -
HSV(B) 159.74º 0.48% 0.63% -
XYZ 20.77 29.12 27.45 -
YUV 135.01 127.99 91.61 -
System Red Green Blue C M Y K H S L
Decimal 84 161 135 0.48 0 0.16 0.37 159.74 0.31 0.48
Hex 54 A1 87 30 0 10 25 A0 1F 30
Octal 124 241 207 60 0 20 45 240 37 60
Binary 1010100 10100001 10000111 110000 0 10000 100101 10100000 11111 110000

Color Harmonies of #54A187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A187

Black with #54A187

Text Example


Text Example

White with #54A187

Text Example


Text Example

HTML Codes & Css Web 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>