Html Css Color HEX #5EA18E Patina

📋 copy color: '#5EA18E'

red 94 ◦ green 161 ◦ blue 142

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

Shades of Patina #5EA18E

Tints of Patina #5EA18E

RGB

 RED value IS 94 (37.11% from 255) = 23.68%

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

 BLUE value IS 142 (55.86% from 255) = 35.77%

R = 23.68%
G = 40.55%
B = 35.77%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#5EA18E (or 0x5EA18E) is known color: Patina. HEX triplet: 5E, A1 and 8E. RGB value is (94,161,142). Sum of RGB (Red+Green+Blue) = 94+161+142=397 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.68% from 397); Green value is 161 (63.28% from 255 or 40.55% from 397); Blue value is 142 (55.86% from 255 or 35.77% from 397); Max value from RGB is 161 - color contains mainly: green. Hex color #5EA18E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EA18E is #A15E71. Grayscale: #8A8A8A. Windows color (decimal): -10575474 or 9347422. OLE color: 9347422.

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

Color convert

RGB 94 161 142 -
CMYK 0.42 0 0.12 0.37
HSL 162.99º 0.26% 0.5% -
HSV(B) 162.99º 0.42% 0.63% -
XYZ 22.24 29.82 30.18 -
YUV 138.8 129.8 96.04 -
System Red Green Blue C M Y K H S L
Decimal 94 161 142 0.42 0 0.12 0.37 162.99 0.26 0.5
Hex 5E A1 8E 2A 0 C 25 A3 1A 32
Octal 136 241 216 52 0 14 45 243 32 62
Binary 1011110 10100001 10001110 101010 0 1100 100101 10100011 11010 110010

Color Harmonies of #5EA18E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EA18E

Black with #5EA18E

Text Example


Text Example

White with #5EA18E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,161,142); }

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

background-color css

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

 a { background-color: rgb(94,161,142); }

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

border-color css

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

 span { border-color: rgb(94,161,142); }

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