#5AB49C

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

Shades of Keppel #5AB49C

Tints of Keppel #5AB49C

Color information

#5AB49C (or 0x5AB49C) is unknown color: approx Keppel. HEX triplet: 5A, B4 and 9C. RGB value is (90,180,156). Sum of RGB (Red+Green+Blue) = 90+180+156=426 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.13% from 426); Green value is 180 (70.70% from 255 or 42.25% from 426); Blue value is 156 (61.33% from 255 or 36.62% from 426); Max value from RGB is 180 - color contains mainly: green. Hex color #5AB49C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB49C is #A54B63. Grayscale: #969696. Windows color (decimal): -10832740 or 10269786. OLE color: 10269786.

HSL color Cylindrical-coordinate representation of color #5AB49C: hue angle of 164º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5AB49C is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB90180156-
CMYK0.5000.130.29
HSL164º37.5%52.94%-
HSV(B)164º50%70.59%-
XYZ26.5437.2237.24-
YUV150.35131.1884.95-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.13%
GREEN value IS 180 (70.70% from 255) = 42.25%
BLUE value IS 156 (61.33% from 255) = 36.62%
R=21.13%
G=42.25%
B=36.62%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal901801560.5000.130.2916437.552.94
Hex5AB49C320D1Da42635
Octal13226423462015352444665
Binary10110101011010010011100110010011011110110100100100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,180,156); }

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

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

 a { background-color: rgb(90,180,156); }

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

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

 span { border-color: rgb(90,180,156); }

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