Html Css Color HEX #5E938A Patina

📋 copy color: '#5E938A'

red 94 ◦ green 147 ◦ blue 138

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

Shades of Patina #5E938A

Tints of Patina #5E938A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.79%

 BLUE value IS 138 (54.3% from 255) = 36.41%

R = 24.8%
G = 38.79%
B = 36.41%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#5E938A (or 0x5E938A) is known color: Patina. HEX triplet: 5E, 93 and 8A. RGB value is (94,147,138). Sum of RGB (Red+Green+Blue) = 94+147+138=379 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.80% from 379); Green value is 147 (57.81% from 255 or 38.79% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 147 - color contains mainly: green. Hex color #5E938A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E938A is #A16C75. Grayscale: #828282. Windows color (decimal): -10579062 or 9081694. OLE color: 9081694.

HSL color Cylindrical-coordinate representation of color #5E938A: hue angle of 169.81º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5E938A is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 94 147 138 -
CMYK 0.36 0 0.06 0.42
HSL 169.81º 0.22% 0.47% -
HSV(B) 169.81º 0.36% 0.58% -
XYZ 19.64 25.08 27.85 -
YUV 130.13 132.44 102.23 -
System Red Green Blue C M Y K H S L
Decimal 94 147 138 0.36 0 0.06 0.42 169.81 0.22 0.47
Hex 5E 93 8A 24 0 6 2A AA 16 2F
Octal 136 223 212 44 0 6 52 252 26 57
Binary 1011110 10010011 10001010 100100 0 110 101010 10101010 10110 101111

Color Harmonies of #5E938A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E938A

Black with #5E938A

Text Example


Text Example

White with #5E938A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,147,138); }

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

background-color css

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

 a { background-color: rgb(94,147,138); }

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

border-color css

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

 span { border-color: rgb(94,147,138); }

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