#5AB499

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

Shades of Keppel #5AB499

Tints of Keppel #5AB499

Color information

#5AB499 (or 0x5AB499) is unknown color: approx Keppel. HEX triplet: 5A, B4 and 99. RGB value is (90,180,153). Sum of RGB (Red+Green+Blue) = 90+180+153=423 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.28% from 423); Green value is 180 (70.70% from 255 or 42.55% from 423); Blue value is 153 (60.16% from 255 or 36.17% from 423); Max value from RGB is 180 - color contains mainly: green. Hex color #5AB499 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB499 is #A54B66. Grayscale: #969696. Windows color (decimal): -10832743 or 10073178. OLE color: 10073178.

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

Color convert

RGB90180153-
CMYK0.5000.150.29
HSL162º37.5%52.94%-
HSV(B)162º50%70.59%-
XYZ26.2937.1235.92-
YUV150.01129.6885.2-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.28%
GREEN value IS 180 (70.70% from 255) = 42.55%
BLUE value IS 153 (60.16% from 255) = 36.17%
R=21.28%
G=42.55%
B=36.17%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal901801530.5000.150.2916237.552.94
Hex5AB499320F1Da22635
Octal13226423162017352424665
Binary10110101011010010011001110010011111110110100010100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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