Html Css Color HEX #5CA38D Patina

📋 copy color: '#5CA38D'

red 92 ◦ green 163 ◦ blue 141

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

Shades of Patina #5CA38D

Tints of Patina #5CA38D

RGB

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

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

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

R = 23.23%
G = 41.16%
B = 35.61%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#5CA38D (or 0x5CA38D) is known color: Patina. HEX triplet: 5C, A3 and 8D. RGB value is (92,163,141). Sum of RGB (Red+Green+Blue) = 92+163+141=396 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.23% from 396); Green value is 163 (64.06% from 255 or 41.16% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 163 - color contains mainly: green. Hex color #5CA38D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CA38D is #A35C72. Grayscale: #8B8B8B. Windows color (decimal): -10706035 or 9282396. OLE color: 9282396.

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

Color convert

RGB 92 163 141 -
CMYK 0.44 0 0.13 0.36
HSL 161.41º 0.28% 0.5% -
HSV(B) 161.41º 0.44% 0.64% -
XYZ 22.32 30.39 29.89 -
YUV 139.26 128.98 94.29 -
System Red Green Blue C M Y K H S L
Decimal 92 163 141 0.44 0 0.13 0.36 161.41 0.28 0.5
Hex 5C A3 8D 2C 0 D 24 A1 1C 32
Octal 134 243 215 54 0 15 44 241 34 62
Binary 1011100 10100011 10001101 101100 0 1101 100100 10100001 11100 110010

Color Harmonies of #5CA38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CA38D

Black with #5CA38D

Text Example


Text Example

White with #5CA38D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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