Html Css Color HEX #54A082 Patina

📋 copy color: '#54A082'

red 84 ◦ green 160 ◦ blue 130

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

Shades of Patina #54A082

Tints of Patina #54A082

RGB

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

 GREEN value IS 160 (62.89% from 255) = 42.78%

 BLUE value IS 130 (51.17% from 255) = 34.76%

R = 22.46%
G = 42.78%
B = 34.76%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#54A082 (or 0x54A082) is known color: Patina. HEX triplet: 54, A0 and 82. RGB value is (84,160,130). Sum of RGB (Red+Green+Blue) = 84+160+130=374 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.46% from 374); Green value is 160 (62.89% from 255 or 42.78% from 374); Blue value is 130 (51.17% from 255 or 34.76% from 374); Max value from RGB is 160 - color contains mainly: green. Hex color #54A082 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A082 is #AB5F7D. Grayscale: #858585. Windows color (decimal): -11231102 or 8560724. OLE color: 8560724.

HSL color Cylindrical-coordinate representation of color #54A082: hue angle of 156.32º 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 #54A082 is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.

Color convert

RGB 84 160 130 -
CMYK 0.48 0 0.19 0.37
HSL 156.32º 0.31% 0.48% -
HSV(B) 156.32º 0.48% 0.63% -
XYZ 20.26 28.64 25.58 -
YUV 133.86 125.82 92.44 -
System Red Green Blue C M Y K H S L
Decimal 84 160 130 0.48 0 0.19 0.37 156.32 0.31 0.48
Hex 54 A0 82 30 0 13 25 9C 1F 30
Octal 124 240 202 60 0 23 45 234 37 60
Binary 1010100 10100000 10000010 110000 0 10011 100101 10011100 11111 110000

Color Harmonies of #54A082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A082

Black with #54A082

Text Example


Text Example

White with #54A082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,160,130); }

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

background-color css

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

 a { background-color: rgb(84,160,130); }

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

border-color css

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

 span { border-color: rgb(84,160,130); }

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