Html Css Color HEX #5CA48B Patina

📋 copy color: '#5CA48B'

red 92 ◦ green 164 ◦ blue 139

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

Shades of Patina #5CA48B

Tints of Patina #5CA48B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.19%

R = 23.29%
G = 41.52%
B = 35.19%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#5CA48B (or 0x5CA48B) is known color: Patina. HEX triplet: 5C, A4 and 8B. RGB value is (92,164,139). Sum of RGB (Red+Green+Blue) = 92+164+139=395 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.29% from 395); Green value is 164 (64.45% from 255 or 41.52% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 164 - color contains mainly: green. Hex color #5CA48B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CA48B is #A35B74. Grayscale: #8B8B8B. Windows color (decimal): -10705781 or 9151580. OLE color: 9151580.

HSL color Cylindrical-coordinate representation of color #5CA48B: hue angle of 159.17º 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 #5CA48B is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 92 164 139 -
CMYK 0.44 0 0.15 0.36
HSL 159.17º 0.28% 0.5% -
HSV(B) 159.17º 0.44% 0.64% -
XYZ 22.35 30.69 29.17 -
YUV 139.62 127.65 94.03 -
System Red Green Blue C M Y K H S L
Decimal 92 164 139 0.44 0 0.15 0.36 159.17 0.28 0.5
Hex 5C A4 8B 2C 0 F 24 9F 1C 32
Octal 134 244 213 54 0 17 44 237 34 62
Binary 1011100 10100100 10001011 101100 0 1111 100100 10011111 11100 110010

Color Harmonies of #5CA48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CA48B

Black with #5CA48B

Text Example


Text Example

White with #5CA48B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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