Html Css Color HEX #5EA688 Patina

📋 copy color: '#5EA688'

red 94 ◦ green 166 ◦ blue 136

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

Shades of Patina #5EA688

Tints of Patina #5EA688

RGB

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

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

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

R = 23.74%
G = 41.92%
B = 34.34%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.18

 K value IS 0.35

RGB Variations

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

Color information

#5EA688 (or 0x5EA688) is known color: Patina. HEX triplet: 5E, A6 and 88. RGB value is (94,166,136). Sum of RGB (Red+Green+Blue) = 94+166+136=396 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.74% from 396); Green value is 166 (65.23% from 255 or 41.92% from 396); Blue value is 136 (53.52% from 255 or 34.34% from 396); Max value from RGB is 166 - color contains mainly: green. Hex color #5EA688 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EA688 is #A15977. Grayscale: #8D8D8D. Windows color (decimal): -10574200 or 8955486. OLE color: 8955486.

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

Color convert

RGB 94 166 136 -
CMYK 0.43 0 0.18 0.35
HSL 155º 0.29% 0.51% -
HSV(B) 155º 0.43% 0.65% -
XYZ 22.7 31.43 28.16 -
YUV 141.05 125.15 94.44 -
System Red Green Blue C M Y K H S L
Decimal 94 166 136 0.43 0 0.18 0.35 155 0.29 0.51
Hex 5E A6 88 2B 0 12 23 9B 1D 33
Octal 136 246 210 53 0 22 43 233 35 63
Binary 1011110 10100110 10001000 101011 0 10010 100011 10011011 11101 110011

Color Harmonies of #5EA688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EA688

Black with #5EA688

Text Example


Text Example

White with #5EA688

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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