Html Css Color HEX #54A68A Patina

📋 copy color: '#54A68A'

red 84 ◦ green 166 ◦ blue 138

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

Shades of Patina #54A68A

Tints of Patina #54A68A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.78%

 BLUE value IS 138 (54.3% from 255) = 35.57%

R = 21.65%
G = 42.78%
B = 35.57%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#54A68A (or 0x54A68A) is known color: Patina. HEX triplet: 54, A6 and 8A. RGB value is (84,166,138). Sum of RGB (Red+Green+Blue) = 84+166+138=388 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.65% from 388); Green value is 166 (65.23% from 255 or 42.78% from 388); Blue value is 138 (54.30% from 255 or 35.57% from 388); Max value from RGB is 166 - color contains mainly: green. Hex color #54A68A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A68A is #AB5975. Grayscale: #8A8A8A. Windows color (decimal): -11229558 or 9086548. OLE color: 9086548.

HSL color Cylindrical-coordinate representation of color #54A68A: hue angle of 159.51º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #54A68A is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB 84 166 138 -
CMYK 0.49 0 0.17 0.35
HSL 159.51º 0.33% 0.49% -
HSV(B) 159.51º 0.49% 0.65% -
XYZ 21.88 30.99 28.87 -
YUV 138.29 127.83 89.28 -
System Red Green Blue C M Y K H S L
Decimal 84 166 138 0.49 0 0.17 0.35 159.51 0.33 0.49
Hex 54 A6 8A 31 0 11 23 A0 21 31
Octal 124 246 212 61 0 21 43 240 41 61
Binary 1010100 10100110 10001010 110001 0 10001 100011 10100000 100001 110001

Color Harmonies of #54A68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A68A

Black with #54A68A

Text Example


Text Example

White with #54A68A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,166,138); }

 H1.HeaderClassName
 {
   color: #54A68A;
 }
 .AnyTagClassName
 {
   color: #54A68A;
 }
</style>

background-color css

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

 a { background-color: rgb(84,166,138); }

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

border-color css

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

 span { border-color: rgb(84,166,138); }

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