Html Css Color HEX #5EA190 Patina

📋 copy color: '#5EA190'

red 94 ◦ green 161 ◦ blue 144

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

Shades of Patina #5EA190

Tints of Patina #5EA190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 36.09%

R = 23.56%
G = 40.35%
B = 36.09%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#5EA190 (or 0x5EA190) is known color: Patina. HEX triplet: 5E, A1 and 90. RGB value is (94,161,144). Sum of RGB (Red+Green+Blue) = 94+161+144=399 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.56% from 399); Green value is 161 (63.28% from 255 or 40.35% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 161 - color contains mainly: green. Hex color #5EA190 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EA190 is #A15E6F. Grayscale: #8B8B8B. Windows color (decimal): -10575472 or 9478494. OLE color: 9478494.

HSL color Cylindrical-coordinate representation of color #5EA190: hue angle of 164.78º 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 #5EA190 is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB 94 161 144 -
CMYK 0.42 0 0.11 0.37
HSL 164.78º 0.26% 0.5% -
HSV(B) 164.78º 0.42% 0.63% -
XYZ 22.4 29.88 30.97 -
YUV 139.03 130.8 95.88 -
System Red Green Blue C M Y K H S L
Decimal 94 161 144 0.42 0 0.11 0.37 164.78 0.26 0.5
Hex 5E A1 90 2A 0 B 25 A5 1A 32
Octal 136 241 220 52 0 13 45 245 32 62
Binary 1011110 10100001 10010000 101010 0 1011 100101 10100101 11010 110010

Color Harmonies of #5EA190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EA190

Black with #5EA190

Text Example


Text Example

White with #5EA190

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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