Html Css Color HEX #5FA48F Patina

📋 copy color: '#5FA48F'

red 95 ◦ green 164 ◦ blue 143

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

Shades of Patina #5FA48F

Tints of Patina #5FA48F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.8%

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

R = 23.63%
G = 40.8%
B = 35.57%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#5FA48F (or 0x5FA48F) is known color: Patina. HEX triplet: 5F, A4 and 8F. RGB value is (95,164,143). Sum of RGB (Red+Green+Blue) = 95+164+143=402 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.63% from 402); Green value is 164 (64.45% from 255 or 40.80% from 402); Blue value is 143 (56.25% from 255 or 35.57% from 402); Max value from RGB is 164 - color contains mainly: green. Hex color #5FA48F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FA48F is #A05B70. Grayscale: #8C8C8C. Windows color (decimal): -10509169 or 9413727. OLE color: 9413727.

HSL color Cylindrical-coordinate representation of color #5FA48F: hue angle of 161.74º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5FA48F is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB 95 164 143 -
CMYK 0.42 0 0.13 0.36
HSL 161.74º 0.27% 0.51% -
HSV(B) 161.74º 0.42% 0.64% -
XYZ 22.95 30.97 30.75 -
YUV 140.98 129.14 95.21 -
System Red Green Blue C M Y K H S L
Decimal 95 164 143 0.42 0 0.13 0.36 161.74 0.27 0.51
Hex 5F A4 8F 2A 0 D 24 A2 1B 33
Octal 137 244 217 52 0 15 44 242 33 63
Binary 1011111 10100100 10001111 101010 0 1101 100100 10100010 11011 110011

Color Harmonies of #5FA48F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA48F

Black with #5FA48F

Text Example


Text Example

White with #5FA48F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,164,143); }

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

background-color css

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

 a { background-color: rgb(95,164,143); }

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

border-color css

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

 span { border-color: rgb(95,164,143); }

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