Html Css Color HEX #5F9C8E Patina

📋 copy color: '#5F9C8E'

red 95 ◦ green 156 ◦ blue 142

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

Shades of Patina #5F9C8E

Tints of Patina #5F9C8E

RGB

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

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

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

R = 24.17%
G = 39.69%
B = 36.13%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#5F9C8E (or 0x5F9C8E) is known color: Patina. HEX triplet: 5F, 9C and 8E. RGB value is (95,156,142). Sum of RGB (Red+Green+Blue) = 95+156+142=393 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.17% from 393); Green value is 156 (61.33% from 255 or 39.69% from 393); Blue value is 142 (55.86% from 255 or 36.13% from 393); Max value from RGB is 156 - color contains mainly: green. Hex color #5F9C8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F9C8E is #A06371. Grayscale: #888888. Windows color (decimal): -10511218 or 9346143. OLE color: 9346143.

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

Color convert

RGB 95 156 142 -
CMYK 0.39 0 0.09 0.39
HSL 166.23º 0.24% 0.49% -
HSV(B) 166.23º 0.39% 0.61% -
XYZ 21.49 28.16 29.89 -
YUV 136.17 131.29 98.64 -
System Red Green Blue C M Y K H S L
Decimal 95 156 142 0.39 0 0.09 0.39 166.23 0.24 0.49
Hex 5F 9C 8E 27 0 9 27 A6 18 31
Octal 137 234 216 47 0 11 47 246 30 61
Binary 1011111 10011100 10001110 100111 0 1001 100111 10100110 11000 110001

Color Harmonies of #5F9C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F9C8E

Black with #5F9C8E

Text Example


Text Example

White with #5F9C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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