Html Css Color HEX #5CA68B Patina

📋 copy color: '#5CA68B'

red 92 ◦ green 166 ◦ blue 139

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

Shades of Patina #5CA68B

Tints of Patina #5CA68B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.81%

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

R = 23.17%
G = 41.81%
B = 35.01%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#5CA68B (or 0x5CA68B) is known color: Patina. HEX triplet: 5C, A6 and 8B. RGB value is (92,166,139). Sum of RGB (Red+Green+Blue) = 92+166+139=397 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.17% from 397); Green value is 166 (65.23% from 255 or 41.81% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 166 - color contains mainly: green. Hex color #5CA68B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CA68B is #A35974. Grayscale: #8C8C8C. Windows color (decimal): -10705269 or 9152092. OLE color: 9152092.

HSL color Cylindrical-coordinate representation of color #5CA68B: hue angle of 158.11º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5CA68B is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB 92 166 139 -
CMYK 0.45 0 0.16 0.35
HSL 158.11º 0.29% 0.51% -
HSV(B) 158.11º 0.45% 0.65% -
XYZ 22.71 31.41 29.29 -
YUV 140.8 126.98 93.2 -
System Red Green Blue C M Y K H S L
Decimal 92 166 139 0.45 0 0.16 0.35 158.11 0.29 0.51
Hex 5C A6 8B 2D 0 10 23 9E 1D 33
Octal 134 246 213 55 0 20 43 236 35 63
Binary 1011100 10100110 10001011 101101 0 10000 100011 10011110 11101 110011

Color Harmonies of #5CA68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CA68B

Black with #5CA68B

Text Example


Text Example

White with #5CA68B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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