Html Css Color HEX #54A38D Patina

📋 copy color: '#54A38D'

red 84 ◦ green 163 ◦ blue 141

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

Shades of Patina #54A38D

Tints of Patina #54A38D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 42.01%

 BLUE value IS 141 (55.47% from 255) = 36.34%

R = 21.65%
G = 42.01%
B = 36.34%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#54A38D (or 0x54A38D) is known color: Patina. HEX triplet: 54, A3 and 8D. RGB value is (84,163,141). Sum of RGB (Red+Green+Blue) = 84+163+141=388 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.65% from 388); Green value is 163 (64.06% from 255 or 42.01% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 163 - color contains mainly: green. Hex color #54A38D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A38D is #AB5C72. Grayscale: #888888. Windows color (decimal): -11230323 or 9282388. OLE color: 9282388.

HSL color Cylindrical-coordinate representation of color #54A38D: hue angle of 163.29º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #54A38D is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB 84 163 141 -
CMYK 0.48 0 0.13 0.36
HSL 163.29º 0.32% 0.48% -
HSV(B) 163.29º 0.48% 0.64% -
XYZ 21.56 30 29.85 -
YUV 136.87 130.33 90.29 -
System Red Green Blue C M Y K H S L
Decimal 84 163 141 0.48 0 0.13 0.36 163.29 0.32 0.48
Hex 54 A3 8D 30 0 D 24 A3 20 30
Octal 124 243 215 60 0 15 44 243 40 60
Binary 1010100 10100011 10001101 110000 0 1101 100100 10100011 100000 110000

Color Harmonies of #54A38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A38D

Black with #54A38D

Text Example


Text Example

White with #54A38D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,163,141); }

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

background-color css

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

 a { background-color: rgb(84,163,141); }

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

border-color css

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

 span { border-color: rgb(84,163,141); }

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