Html Css Color HEX #5CA48A Patina

📋 copy color: '#5CA48A'

red 92 ◦ green 164 ◦ blue 138

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

Shades of Patina #5CA48A

Tints of Patina #5CA48A

RGB

 RED value IS 92 (36.33% from 255) = 23.35%

 GREEN value IS 164 (64.45% from 255) = 41.62%

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

R = 23.35%
G = 41.62%
B = 35.03%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#5CA48A (or 0x5CA48A) is known color: Patina. HEX triplet: 5C, A4 and 8A. RGB value is (92,164,138). Sum of RGB (Red+Green+Blue) = 92+164+138=394 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.35% from 394); Green value is 164 (64.45% from 255 or 41.62% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 164 - color contains mainly: green. Hex color #5CA48A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CA48A is #A35B75. Grayscale: #8B8B8B. Windows color (decimal): -10705782 or 9086044. OLE color: 9086044.

HSL color Cylindrical-coordinate representation of color #5CA48A: hue angle of 158.33º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5CA48A is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB 92 164 138 -
CMYK 0.44 0 0.16 0.36
HSL 158.33º 0.28% 0.5% -
HSV(B) 158.33º 0.44% 0.64% -
XYZ 22.28 30.66 28.79 -
YUV 139.51 127.15 94.11 -
System Red Green Blue C M Y K H S L
Decimal 92 164 138 0.44 0 0.16 0.36 158.33 0.28 0.5
Hex 5C A4 8A 2C 0 10 24 9E 1C 32
Octal 134 244 212 54 0 20 44 236 34 62
Binary 1011100 10100100 10001010 101100 0 10000 100100 10011110 11100 110010

Color Harmonies of #5CA48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CA48A

Black with #5CA48A

Text Example


Text Example

White with #5CA48A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5CA48A; }

 p { color: rgb(92,164,138); }

 H1.HeaderClassName
 {
   color: #5CA48A;
 }
 .AnyTagClassName
 {
   color: #5CA48A;
 }
</style>

background-color css

<style>
 a { background-color: #5CA48A; }

 a { background-color: rgb(92,164,138); }

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

border-color css

<style>
 span { border-color: #5CA48A; }

 span { border-color: rgb(92,164,138); }

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