#5AA68A

Color #5AA68A Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #5AA68A

Tints of Patina #5AA68A

Color information

#5AA68A (or 0x5AA68A) is unknown color: approx Patina. HEX triplet: 5A, A6 and 8A. RGB value is (90,166,138). Sum of RGB (Red+Green+Blue) = 90+166+138=394 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.84% from 394); Green value is 166 (65.23% from 255 or 42.13% from 394); Blue value is 138 (54.30% from 255 or 35.03% from 394); Max value from RGB is 166 - color contains mainly: green. Hex color #5AA68A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA68A is #A55975. Grayscale: #8C8C8C. Windows color (decimal): -10836342 or 9086554. OLE color: 9086554.

HSL color Cylindrical-coordinate representation of color #5AA68A: hue angle of 157.89º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5AA68A is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB90166138-
CMYK0.4600.170.35
HSL157.89º29.92%50.2%-
HSV(B)157.89º45.78%65.1%-
XYZ22.4431.2828.9-
YUV140.08126.8292.28-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.84%
GREEN value IS 166 (65.23% from 255) = 42.13%
BLUE value IS 138 (54.30% from 255) = 35.03%
R=22.84%
G=42.13%
B=35.03%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal901661380.4600.170.35157.8929.9250.2
Hex5AA68A2E011239e1e32
Octal13224621256021432363662
Binary101101010100110100010101011100100011000111001111011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,166,138); }

 H1.HeaderClassName
 {
   color: #5AA68A;
 }
 .AnyTagClassName
 {
   color: #5AA68A;
 }
</style>
background-color css

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

 a { background-color: rgb(90,166,138); }

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

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

 span { border-color: rgb(90,166,138); }

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