Html Css Color HEX #5EA288 Patina

📋 copy color: '#5EA288'

red 94 ◦ green 162 ◦ blue 136

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

Shades of Patina #5EA288

Tints of Patina #5EA288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 34.69%

R = 23.98%
G = 41.33%
B = 34.69%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#5EA288 (or 0x5EA288) is known color: Patina. HEX triplet: 5E, A2 and 88. RGB value is (94,162,136). Sum of RGB (Red+Green+Blue) = 94+162+136=392 (51% of max value = 765). Red value is 94 (37.11% from 255 or 23.98% from 392); Green value is 162 (63.67% from 255 or 41.33% from 392); Blue value is 136 (53.52% from 255 or 34.69% from 392); Max value from RGB is 162 - color contains mainly: green. Hex color #5EA288 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EA288 is #A15D77. Grayscale: #8A8A8A. Windows color (decimal): -10575224 or 8954462. OLE color: 8954462.

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

Color convert

RGB 94 162 136 -
CMYK 0.42 0 0.16 0.36
HSL 157.06º 0.27% 0.5% -
HSV(B) 157.06º 0.42% 0.64% -
XYZ 21.98 30 27.92 -
YUV 138.7 126.47 96.11 -
System Red Green Blue C M Y K H S L
Decimal 94 162 136 0.42 0 0.16 0.36 157.06 0.27 0.5
Hex 5E A2 88 2A 0 10 24 9D 1B 32
Octal 136 242 210 52 0 20 44 235 33 62
Binary 1011110 10100010 10001000 101010 0 10000 100100 10011101 11011 110010

Color Harmonies of #5EA288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EA288

Black with #5EA288

Text Example


Text Example

White with #5EA288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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