#5AB494

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

Shades of Keppel #5AB494

Tints of Keppel #5AB494

Color information

#5AB494 (or 0x5AB494) is unknown color: approx Keppel. HEX triplet: 5A, B4 and 94. RGB value is (90,180,148). Sum of RGB (Red+Green+Blue) = 90+180+148=418 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.53% from 418); Green value is 180 (70.70% from 255 or 43.06% from 418); Blue value is 148 (58.20% from 255 or 35.41% from 418); Max value from RGB is 180 - color contains mainly: green. Hex color #5AB494 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB494 is #A54B6B. Grayscale: #959595. Windows color (decimal): -10832748 or 9745498. OLE color: 9745498.

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

Color convert

RGB90180148-
CMYK0.5000.180.29
HSL158.67º37.5%52.94%-
HSV(B)158.67º50%70.59%-
XYZ25.8836.9533.79-
YUV149.44127.1885.6-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 21.53%
GREEN value IS 180 (70.70% from 255) = 43.06%
BLUE value IS 148 (58.20% from 255) = 35.41%
R=21.53%
G=43.06%
B=35.41%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal901801480.5000.180.29158.6737.552.94
Hex5AB494320121D9f2635
Octal13226422462022352374665
Binary101101010110100100101001100100100101110110011111100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AB494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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