Html Css Color HEX #5AA18B Patina

📋 copy color: '#5AA18B'

red 90 ◦ green 161 ◦ blue 139

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

Shades of Patina #5AA18B

Tints of Patina #5AA18B

RGB

 RED value IS 90 (35.55% from 255) = 23.08%

 GREEN value IS 161 (63.28% from 255) = 41.28%

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

R = 23.08%
G = 41.28%
B = 35.64%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#5AA18B (or 0x5AA18B) is known color: Patina. HEX triplet: 5A, A1 and 8B. RGB value is (90,161,139). Sum of RGB (Red+Green+Blue) = 90+161+139=390 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.08% from 390); Green value is 161 (63.28% from 255 or 41.28% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 161 - color contains mainly: green. Hex color #5AA18B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA18B is #A55E74. Grayscale: #898989. Windows color (decimal): -10837621 or 9150810. OLE color: 9150810.

HSL color Cylindrical-coordinate representation of color #5AA18B: hue angle of 161.41º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5AA18B is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB 90 161 139 -
CMYK 0.44 0 0.14 0.37
HSL 161.41º 0.28% 0.49% -
HSV(B) 161.41º 0.44% 0.63% -
XYZ 21.62 29.53 28.99 -
YUV 137.26 128.98 94.29 -
System Red Green Blue C M Y K H S L
Decimal 90 161 139 0.44 0 0.14 0.37 161.41 0.28 0.49
Hex 5A A1 8B 2C 0 E 25 A1 1C 31
Octal 132 241 213 54 0 16 45 241 34 61
Binary 1011010 10100001 10001011 101100 0 1110 100101 10100001 11100 110001

Color Harmonies of #5AA18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA18B

Black with #5AA18B

Text Example


Text Example

White with #5AA18B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,161,139); }

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

background-color css

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

 a { background-color: rgb(90,161,139); }

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

border-color css

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

 span { border-color: rgb(90,161,139); }

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