Html Css Color HEX #5FA08B Patina

📋 copy color: '#5FA08B'

red 95 ◦ green 160 ◦ blue 139

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

Shades of Patina #5FA08B

Tints of Patina #5FA08B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.61%

 BLUE value IS 139 (54.69% from 255) = 35.28%

R = 24.11%
G = 40.61%
B = 35.28%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.13

 K value IS 0.37

RGB Variations

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

Color information

#5FA08B (or 0x5FA08B) is known color: Patina. HEX triplet: 5F, A0 and 8B. RGB value is (95,160,139). Sum of RGB (Red+Green+Blue) = 95+160+139=394 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.11% from 394); Green value is 160 (62.89% from 255 or 40.61% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 160 - color contains mainly: green. Hex color #5FA08B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FA08B is #A05F74. Grayscale: #8A8A8A. Windows color (decimal): -10510197 or 9150559. OLE color: 9150559.

HSL color Cylindrical-coordinate representation of color #5FA08B: hue angle of 160.62º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5FA08B is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.37.

Color convert

RGB 95 160 139 -
CMYK 0.41 0 0.13 0.37
HSL 160.62º 0.25% 0.5% -
HSV(B) 160.62º 0.41% 0.63% -
XYZ 21.95 29.44 28.95 -
YUV 138.17 128.47 97.21 -
System Red Green Blue C M Y K H S L
Decimal 95 160 139 0.41 0 0.13 0.37 160.62 0.25 0.5
Hex 5F A0 8B 29 0 D 25 A1 19 32
Octal 137 240 213 51 0 15 45 241 31 62
Binary 1011111 10100000 10001011 101001 0 1101 100101 10100001 11001 110010

Color Harmonies of #5FA08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA08B

Black with #5FA08B

Text Example


Text Example

White with #5FA08B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,160,139); }

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

background-color css

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

 a { background-color: rgb(95,160,139); }

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

border-color css

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

 span { border-color: rgb(95,160,139); }

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