Html Css Color HEX #5E9C8F Patina

📋 copy color: '#5E9C8F'

red 94 ◦ green 156 ◦ blue 143

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

Shades of Patina #5E9C8F

Tints of Patina #5E9C8F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.69%

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

R = 23.92%
G = 39.69%
B = 36.39%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#5E9C8F (or 0x5E9C8F) is known color: Patina. HEX triplet: 5E, 9C and 8F. RGB value is (94,156,143). Sum of RGB (Red+Green+Blue) = 94+156+143=393 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.92% from 393); Green value is 156 (61.33% from 255 or 39.69% from 393); Blue value is 143 (56.25% from 255 or 36.39% from 393); Max value from RGB is 156 - color contains mainly: green. Hex color #5E9C8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E9C8F is #A16370. Grayscale: #878787. Windows color (decimal): -10576753 or 9411678. OLE color: 9411678.

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

Color convert

RGB 94 156 143 -
CMYK 0.40 0 0.08 0.39
HSL 167.42º 0.25% 0.49% -
HSV(B) 167.42º 0.4% 0.61% -
XYZ 21.46 28.14 30.29 -
YUV 135.98 131.96 98.06 -
System Red Green Blue C M Y K H S L
Decimal 94 156 143 0.40 0 0.08 0.39 167.42 0.25 0.49
Hex 5E 9C 8F 28 0 8 27 A7 19 31
Octal 136 234 217 50 0 10 47 247 31 61
Binary 1011110 10011100 10001111 101000 0 1000 100111 10100111 11001 110001

Color Harmonies of #5E9C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9C8F

Black with #5E9C8F

Text Example


Text Example

White with #5E9C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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