Html Css Color HEX #5F9F8E Patina

📋 copy color: '#5F9F8E'

red 95 ◦ green 159 ◦ blue 142

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

Shades of Patina #5F9F8E

Tints of Patina #5F9F8E

RGB

 RED value IS 95 (37.5% from 255) = 23.99%

 GREEN value IS 159 (62.5% from 255) = 40.15%

 BLUE value IS 142 (55.86% from 255) = 35.86%

R = 23.99%
G = 40.15%
B = 35.86%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#5F9F8E (or 0x5F9F8E) is known color: Patina. HEX triplet: 5F, 9F and 8E. RGB value is (95,159,142). Sum of RGB (Red+Green+Blue) = 95+159+142=396 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.99% from 396); Green value is 159 (62.5% from 255 or 40.15% from 396); Blue value is 142 (55.86% from 255 or 35.86% from 396); Max value from RGB is 159 - color contains mainly: green. Hex color #5F9F8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F9F8E is #A06071. Grayscale: #898989. Windows color (decimal): -10510450 or 9346911. OLE color: 9346911.

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

Color convert

RGB 95 159 142 -
CMYK 0.40 0 0.11 0.38
HSL 164.06º 0.25% 0.5% -
HSV(B) 164.06º 0.4% 0.62% -
XYZ 22 29.18 30.06 -
YUV 137.93 130.3 97.38 -
System Red Green Blue C M Y K H S L
Decimal 95 159 142 0.40 0 0.11 0.38 164.06 0.25 0.5
Hex 5F 9F 8E 28 0 B 26 A4 19 32
Octal 137 237 216 50 0 13 46 244 31 62
Binary 1011111 10011111 10001110 101000 0 1011 100110 10100100 11001 110010

Color Harmonies of #5F9F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F9F8E

Black with #5F9F8E

Text Example


Text Example

White with #5F9F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,159,142); }

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

background-color css

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

 a { background-color: rgb(95,159,142); }

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

border-color css

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

 span { border-color: rgb(95,159,142); }

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