Html Css Color HEX #5CA18C Patina

📋 copy color: '#5CA18C'

red 92 ◦ green 161 ◦ blue 140

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

Shades of Patina #5CA18C

Tints of Patina #5CA18C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.97%

 BLUE value IS 140 (55.08% from 255) = 35.62%

R = 23.41%
G = 40.97%
B = 35.62%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.13

 K value IS 0.37

RGB Variations

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

Color information

#5CA18C (or 0x5CA18C) is known color: Patina. HEX triplet: 5C, A1 and 8C. RGB value is (92,161,140). Sum of RGB (Red+Green+Blue) = 92+161+140=393 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.41% from 393); Green value is 161 (63.28% from 255 or 40.97% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 161 - color contains mainly: green. Hex color #5CA18C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CA18C is #A35E73. Grayscale: #898989. Windows color (decimal): -10706548 or 9216348. OLE color: 9216348.

HSL color Cylindrical-coordinate representation of color #5CA18C: hue angle of 161.74º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5CA18C is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.37.

Color convert

RGB 92 161 140 -
CMYK 0.43 0 0.13 0.37
HSL 161.74º 0.27% 0.5% -
HSV(B) 161.74º 0.43% 0.63% -
XYZ 21.89 29.66 29.38 -
YUV 137.98 129.14 95.21 -
System Red Green Blue C M Y K H S L
Decimal 92 161 140 0.43 0 0.13 0.37 161.74 0.27 0.5
Hex 5C A1 8C 2B 0 D 25 A2 1B 32
Octal 134 241 214 53 0 15 45 242 33 62
Binary 1011100 10100001 10001100 101011 0 1101 100101 10100010 11011 110010

Color Harmonies of #5CA18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CA18C

Black with #5CA18C

Text Example


Text Example

White with #5CA18C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,161,140); }

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

background-color css

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

 a { background-color: rgb(92,161,140); }

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

border-color css

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

 span { border-color: rgb(92,161,140); }

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