Html Css Color HEX #5E987A Patina

📋 copy color: '#5E987A'

red 94 ◦ green 152 ◦ blue 122

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

Shades of Patina #5E987A

Tints of Patina #5E987A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.3%

 BLUE value IS 122 (48.05% from 255) = 33.15%

R = 25.54%
G = 41.3%
B = 33.15%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#5E987A (or 0x5E987A) is known color: Patina. HEX triplet: 5E, 98 and 7A. RGB value is (94,152,122). Sum of RGB (Red+Green+Blue) = 94+152+122=368 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.54% from 368); Green value is 152 (59.77% from 255 or 41.30% from 368); Blue value is 122 (48.05% from 255 or 33.15% from 368); Max value from RGB is 152 - color contains mainly: green. Hex color #5E987A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E987A is #A16785. Grayscale: #838383. Windows color (decimal): -10577798 or 8034398. OLE color: 8034398.

HSL color Cylindrical-coordinate representation of color #5E987A: hue angle of 148.97º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5E987A is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB 94 152 122 -
CMYK 0.38 0 0.20 0.40
HSL 148.97º 0.24% 0.48% -
HSV(B) 148.97º 0.38% 0.6% -
XYZ 19.36 26.24 22.46 -
YUV 131.24 122.78 101.44 -
System Red Green Blue C M Y K H S L
Decimal 94 152 122 0.38 0 0.20 0.40 148.97 0.24 0.48
Hex 5E 98 7A 26 0 14 28 95 18 30
Octal 136 230 172 46 0 24 50 225 30 60
Binary 1011110 10011000 1111010 100110 0 10100 101000 10010101 11000 110000

Color Harmonies of #5E987A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E987A

Black with #5E987A

Text Example


Text Example

White with #5E987A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,152,122); }

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

background-color css

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

 a { background-color: rgb(94,152,122); }

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

border-color css

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

 span { border-color: rgb(94,152,122); }

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