Html Css Color HEX #5E9D8F Patina

📋 copy color: '#5E9D8F'

red 94 ◦ green 157 ◦ blue 143

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

Shades of Patina #5E9D8F

Tints of Patina #5E9D8F

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.85%

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

R = 23.86%
G = 39.85%
B = 36.29%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.09

 K value IS 0.38

RGB Variations

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

Color information

#5E9D8F (or 0x5E9D8F) is known color: Patina. HEX triplet: 5E, 9D and 8F. RGB value is (94,157,143). Sum of RGB (Red+Green+Blue) = 94+157+143=394 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.86% from 394); Green value is 157 (61.72% from 255 or 39.85% from 394); Blue value is 143 (56.25% from 255 or 36.29% from 394); Max value from RGB is 157 - color contains mainly: green. Hex color #5E9D8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E9D8F is #A16270. Grayscale: #888888. Windows color (decimal): -10576497 or 9411934. OLE color: 9411934.

HSL color Cylindrical-coordinate representation of color #5E9D8F: hue angle of 166.67º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5E9D8F is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB 94 157 143 -
CMYK 0.40 0 0.09 0.38
HSL 166.67º 0.25% 0.49% -
HSV(B) 166.67º 0.4% 0.62% -
XYZ 21.63 28.48 30.34 -
YUV 136.57 131.63 97.64 -
System Red Green Blue C M Y K H S L
Decimal 94 157 143 0.40 0 0.09 0.38 166.67 0.25 0.49
Hex 5E 9D 8F 28 0 9 26 A7 19 31
Octal 136 235 217 50 0 11 46 247 31 61
Binary 1011110 10011101 10001111 101000 0 1001 100110 10100111 11001 110001

Color Harmonies of #5E9D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9D8F

Black with #5E9D8F

Text Example


Text Example

White with #5E9D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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