Html Css Color HEX #5FA28A Patina

📋 copy color: '#5FA28A'

red 95 ◦ green 162 ◦ blue 138

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

Shades of Patina #5FA28A

Tints of Patina #5FA28A

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.01%

 BLUE value IS 138 (54.3% from 255) = 34.94%

R = 24.05%
G = 41.01%
B = 34.94%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#5FA28A (or 0x5FA28A) is known color: Patina. HEX triplet: 5F, A2 and 8A. RGB value is (95,162,138). Sum of RGB (Red+Green+Blue) = 95+162+138=395 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.05% from 395); Green value is 162 (63.67% from 255 or 41.01% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 162 - color contains mainly: green. Hex color #5FA28A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FA28A is #A05D75. Grayscale: #8B8B8B. Windows color (decimal): -10509686 or 9085535. OLE color: 9085535.

HSL color Cylindrical-coordinate representation of color #5FA28A: hue angle of 158.51º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5FA28A is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 95 162 138 -
CMYK 0.41 0 0.15 0.36
HSL 158.51º 0.26% 0.5% -
HSV(B) 158.51º 0.41% 0.64% -
XYZ 22.23 30.11 28.68 -
YUV 139.23 127.3 96.45 -
System Red Green Blue C M Y K H S L
Decimal 95 162 138 0.41 0 0.15 0.36 158.51 0.26 0.5
Hex 5F A2 8A 29 0 F 24 9F 1A 32
Octal 137 242 212 51 0 17 44 237 32 62
Binary 1011111 10100010 10001010 101001 0 1111 100100 10011111 11010 110010

Color Harmonies of #5FA28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA28A

Black with #5FA28A

Text Example


Text Example

White with #5FA28A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,162,138); }

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

background-color css

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

 a { background-color: rgb(95,162,138); }

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

border-color css

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

 span { border-color: rgb(95,162,138); }

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