#5AA688

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

Shades of Patina #5AA688

Tints of Patina #5AA688

Color information

#5AA688 (or 0x5AA688) is unknown color: approx Patina. HEX triplet: 5A, A6 and 88. RGB value is (90,166,136). Sum of RGB (Red+Green+Blue) = 90+166+136=392 (51% of max value = 765). Red value is 90 (35.55% from 255 or 22.96% from 392); Green value is 166 (65.23% from 255 or 42.35% from 392); Blue value is 136 (53.52% from 255 or 34.69% from 392); Max value from RGB is 166 - color contains mainly: green. Hex color #5AA688 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA688 is #A55977. Grayscale: #8B8B8B. Windows color (decimal): -10836344 or 8955482. OLE color: 8955482.

HSL color Cylindrical-coordinate representation of color #5AA688: hue angle of 156.32º 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 #5AA688 is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB90166136-
CMYK0.4600.180.35
HSL156.32º29.92%50.2%-
HSV(B)156.32º45.78%65.1%-
XYZ22.331.2228.14-
YUV139.86125.8292.44-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.96%
GREEN value IS 166 (65.23% from 255) = 42.35%
BLUE value IS 136 (53.52% from 255) = 34.69%
R=22.96%
G=42.35%
B=34.69%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal901661360.4600.180.35156.3229.9250.2
Hex5AA6882E012239c1e32
Octal13224621056022432343662
Binary101101010100110100010001011100100101000111001110011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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