Html Css Color HEX #5EA28F Patina

📋 copy color: '#5EA28F'

red 94 ◦ green 162 ◦ blue 143

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

Shades of Patina #5EA28F

Tints of Patina #5EA28F

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.6%

 BLUE value IS 143 (56.25% from 255) = 35.84%

R = 23.56%
G = 40.6%
B = 35.84%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#5EA28F (or 0x5EA28F) is known color: Patina. HEX triplet: 5E, A2 and 8F. RGB value is (94,162,143). Sum of RGB (Red+Green+Blue) = 94+162+143=399 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.56% from 399); Green value is 162 (63.67% from 255 or 40.60% from 399); Blue value is 143 (56.25% from 255 or 35.84% from 399); Max value from RGB is 162 - color contains mainly: green. Hex color #5EA28F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EA28F is #A15D70. Grayscale: #8B8B8B. Windows color (decimal): -10575217 or 9413214. OLE color: 9413214.

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

Color convert

RGB 94 162 143 -
CMYK 0.42 0 0.12 0.36
HSL 163.24º 0.27% 0.5% -
HSV(B) 163.24º 0.42% 0.64% -
XYZ 22.49 30.2 30.63 -
YUV 139.5 129.97 95.54 -
System Red Green Blue C M Y K H S L
Decimal 94 162 143 0.42 0 0.12 0.36 163.24 0.27 0.5
Hex 5E A2 8F 2A 0 C 24 A3 1B 32
Octal 136 242 217 52 0 14 44 243 33 62
Binary 1011110 10100010 10001111 101010 0 1100 100100 10100011 11011 110010

Color Harmonies of #5EA28F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EA28F

Black with #5EA28F

Text Example


Text Example

White with #5EA28F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,162,143); }

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

background-color css

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

 a { background-color: rgb(94,162,143); }

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

border-color css

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

 span { border-color: rgb(94,162,143); }

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