#5ab49a

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

Shades of Keppel #5AB49A

Tints of Keppel #5AB49A

Color information

#5AB49A (or 0x5AB49A) is unknown color: approx Keppel. HEX triplet: 5A, B4 and 9A. RGB value is (90,180,154). Sum of RGB (Red+Green+Blue) = 90+180+154=424 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.23% from 424); Green value is 180 (70.70% from 255 or 42.45% from 424); Blue value is 154 (60.55% from 255 or 36.32% from 424); Max value from RGB is 180 - color contains mainly: green. Hex color #5AB49A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB49A is #A54B65. Grayscale: #969696. Windows color (decimal): -10832742 or 10138714. OLE color: 10138714.

HSL color Cylindrical-coordinate representation of color #5AB49A: hue angle of 162.67º 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 #5AB49A is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB90180154-
CMYK0.5000.140.29
HSL162.67º37.5%52.94%-
HSV(B)162.67º50%70.59%-
XYZ26.3737.1536.35-
YUV150.13130.1885.11-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.23%
GREEN value IS 180 (70.70% from 255) = 42.45%
BLUE value IS 154 (60.55% from 255) = 36.32%
R=21.23%
G=42.45%
B=36.32%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal901801540.5000.140.29162.6737.552.94
Hex5AB49A320E1Da32635
Octal13226423262016352434665
Binary10110101011010010011010110010011101110110100011100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ab49a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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